| javax.swing.border.BevelBorder org.netbeans.lib.profiler.ui.components.ThinBevelBorder
ThinBevelBorder | public class ThinBevelBorder extends BevelBorder (Code) | | author: Jiri Sedlacek |
Method Summary | |
protected void | paintLoweredBevel(Component c, Graphics g, int x, int y, int width, int height) | protected void | paintRaisedBevel(Component c, Graphics g, int x, int y, int width, int height) |
ThinBevelBorder | public ThinBevelBorder(int bevelType)(Code) | | |
ThinBevelBorder | public ThinBevelBorder(int bevelType, Color highlight, Color shadow)(Code) | | |
paintLoweredBevel | protected void paintLoweredBevel(Component c, Graphics g, int x, int y, int width, int height)(Code) | | |
paintRaisedBevel | protected void paintRaisedBevel(Component c, Graphics g, int x, int y, int width, int height)(Code) | | |
Methods inherited from javax.swing.border.BevelBorder | public int getBevelType()(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c, Insets insets)(Code)(Java Doc) public Color getHighlightInnerColor(Component c)(Code)(Java Doc) public Color getHighlightInnerColor()(Code)(Java Doc) public Color getHighlightOuterColor(Component c)(Code)(Java Doc) public Color getHighlightOuterColor()(Code)(Java Doc) public Color getShadowInnerColor(Component c)(Code)(Java Doc) public Color getShadowInnerColor()(Code)(Java Doc) public Color getShadowOuterColor(Component c)(Code)(Java Doc) public Color getShadowOuterColor()(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) protected void paintLoweredBevel(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc) protected void paintRaisedBevel(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|