java.lang.Object | |
↳ | javax.swing.plaf.BorderUIResource |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BorderUIResource.BevelBorderUIResource | |||||||||||
BorderUIResource.CompoundBorderUIResource | |||||||||||
BorderUIResource.EmptyBorderUIResource | |||||||||||
BorderUIResource.EtchedBorderUIResource | |||||||||||
BorderUIResource.LineBorderUIResource | |||||||||||
BorderUIResource.MatteBorderUIResource | |||||||||||
BorderUIResource.TitledBorderUIResource |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a UIResource border object which wraps
an existing Border instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the insets of the border.
| |||||||||||
Returns whether or not the border is opaque.
| |||||||||||
Paints the border for the specified component with the specified
position and size.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a UIResource border object which wraps an existing Border instance.
delegate | the border being wrapped |
---|
Returns the insets of the border.
c | the component for which this border insets value applies |
---|
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.
Paints the border for the specified component with the specified position and size.
c | the component for which this border is being painted |
---|---|
g | the paint graphics |
x | the x position of the painted border |
y | the y position of the painted border |
width | the width of the painted border |
height | the height of the painted border |