com.jgoodies.forms.factories
public static final class Borders.EmptyBorder extends AbstractBorder
Method Summary | |
---|---|
ConstantSize | bottom()
Returns this border's bottom size.
|
Insets | getBorderInsets(Component c, Insets insets)
Returns the insets of the border.
|
Insets | getBorderInsets(Component c)
Returns the insets of the border.
|
ConstantSize | left()
Returns this border's left size.
|
ConstantSize | right()
Returns this border's right size.
|
ConstantSize | top()
Returns this border's top size.
|
Returns: this border's bottom size
Parameters: c the component for which this border insets value applies insets the insets to be reinitialized
Returns: the insets
object
Parameters: c the component for which this border insets value applies
Returns: the border's Insets
Returns: this border's left size
Returns: this border's right size
Returns: this border's top size