int
|
getBaseline(Component c, int width, int height)
Returns the baseline.
|
Component.BaselineResizeBehavior
|
getBaselineResizeBehavior(Component c)
Returns an enum indicating how the baseline of the border
changes as the size changes.
|
Border
|
getBorder()
Returns the border of the titled border.
|
Insets
|
getBorderInsets(Component c, Insets insets)
Reinitialize the insets parameter with this Border's current Insets.
|
Insets
|
getBorderInsets(Component c)
Returns the insets of the border.
|
Font
|
getFont(Component c)
|
Dimension
|
getMinimumSize(Component c)
Returns the minimum dimensions this border requires
in order to fully display the border and title.
|
String
|
getTitle()
Returns the title of the titled border.
|
Color
|
getTitleColor()
Returns the title-color of the titled border.
|
Font
|
getTitleFont()
Returns the title-font of the titled border.
|
int
|
getTitleJustification()
Returns the title-justification of the titled border.
|
int
|
getTitlePosition()
Returns the title-position of the titled border.
|
boolean
|
isBorderOpaque()
Returns whether or not the border is opaque.
|
void
|
paintBorder(Component c, Graphics g, int x, int y, int width, int height)
Paints the border for the specified component with the
specified position and size.
|
void
|
setBorder(Border border)
Sets the border of the titled border.
|
void
|
setTitle(String title)
Sets the title of the titled border.
|
void
|
setTitleColor(Color titleColor)
Sets the title-color of the titled border.
|
void
|
setTitleFont(Font titleFont)
Sets the title-font of the titled border.
|
void
|
setTitleJustification(int titleJustification)
Sets the title-justification of the titled border.
|
void
|
setTitlePosition(int titlePosition)
Sets the title-position of the titled border.
|