com.tensegrity.gui.swing.dock.util
Class BottomBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.tensegrity.gui.swing.dock.util.BottomBorder
- All Implemented Interfaces:
- javax.swing.border.Border, java.io.Serializable
- public class BottomBorder
- extends javax.swing.border.AbstractBorder
Docking framework.
- Author:
- srutz
- See Also:
- Serialized Form
|
Constructor Summary |
BottomBorder()
Constructs a new BottomBorder with the default gray color. |
BottomBorder(java.awt.Color color)
Constructs a new BottomBorder. |
| Methods inherited from class javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BottomBorder
public BottomBorder()
- Constructs a new
BottomBorder with the default gray color.
BottomBorder
public BottomBorder(java.awt.Color color)
- Constructs a new
BottomBorder.
- Parameters:
color - the color of the border.
paintBorder
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
isBorderOpaque
public boolean isBorderOpaque()
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.