| java.lang.Object com.jidesoft.plaf.xerto.FrameBorder
FrameBorder | public class FrameBorder implements Border,UIResource(Code) | | FrameBorder - Simple single line border with small drop shadow
author: Created by Jasper Potts (21-Jun-2004) version: 1.0 |
getBorderInsets | public Insets getBorderInsets(Component c)(Code) | | Returns the insets of the border.
Parameters: c - the component for which this border insets value applies |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | Returns whether or not the border is opaque. If the border is opaque, it is responsible for filling in it's own
background when painting.
|
paintBorder | public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code) | | Paints the border for the specified component with the specified position and size.
Parameters: c - the component for which this border is being painted Parameters: g - the paint graphics Parameters: x - the x position of the painted border Parameters: y - the y position of the painted border Parameters: width - the width of the painted border Parameters: height - the height of the painted border |
|
|