| java.lang.Object javax.swing.border.AbstractBorder javax.swing.border.EtchedBorder
LOWERED | final public static int LOWERED(Code) | | |
RAISED | final public static int RAISED(Code) | | |
etchType | protected int etchType(Code) | | |
EtchedBorder | public EtchedBorder()(Code) | | |
EtchedBorder | public EtchedBorder(int etchType, Color highlightColor, Color shadowColor)(Code) | | |
EtchedBorder | public EtchedBorder(int etchType)(Code) | | |
getEtchType | public int getEtchType()(Code) | | |
getHighlightColor | public Color getHighlightColor()(Code) | | |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
Methods inherited from javax.swing.border.AbstractBorder | public Insets getBorderInsets(Component component, Insets insets)(Code)(Java Doc) public Insets getBorderInsets(Component component)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component component, Border border, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|