Package editor.tabpane
Class StandardTabBorder
- java.lang.Object
-
- editor.tabpane.StandardTabBorder
-
-
Constructor Summary
Constructors Constructor Description StandardTabBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsetsgetBorderInsets(Component c)PolygongetBorderPoly(Component c)booleanisBorderOpaque()voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
-
-
Method Detail
-
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaquein interfaceBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorderin interfaceBorder
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsetsin interfaceBorder
-
-