SubstanceBorderPainter, SubstanceTraitClassicBorderPainter, DelegateBorderPainter, FlatBorderPainter, GlassBorderPainterpublic class StandardBorderPainter extends java.lang.Object implements SubstanceBorderPainter
| Constructor | Description |
|---|---|
StandardBorderPainter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Color |
getBottomBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the bottom portion of the border.
|
java.lang.String |
getDisplayName() |
Returns the display name of
this trait. |
java.awt.Color |
getMidBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the middle portion of the border.
|
java.awt.Color |
getRepresentativeColor(SubstanceColorScheme borderScheme) |
|
java.awt.Color |
getTopBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the top portion of the border.
|
boolean |
isPaintingInnerContour() |
Returns boolean indication whether this border painter is painting the
inner contours.
|
void |
paintBorder(java.awt.Graphics g,
java.awt.Component c,
float width,
float height,
java.awt.Shape contour,
java.awt.Shape innerContour,
SubstanceColorScheme borderScheme) |
Paints the control border.
|
public java.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitthis trait.public boolean isPaintingInnerContour()
SubstanceBorderPainterisPaintingInnerContour in interface SubstanceBorderPaintertrue if this border painter is painting the inner
contours, false otherwise.public void paintBorder(java.awt.Graphics g,
java.awt.Component c,
float width,
float height,
java.awt.Shape contour,
java.awt.Shape innerContour,
SubstanceColorScheme borderScheme)
SubstanceBorderPainterpaintBorder in interface SubstanceBorderPainterg - Graphics.c - Component.width - Width of a UI component.height - Height of a UI component.contour - Contour of a UI component.innerContour - Inner contour of a UI component. May be ignored if the
specific implementation paints only the outside border.borderScheme - The border color scheme.public java.awt.Color getTopBorderColor(SubstanceColorScheme borderScheme)
borderScheme - The border color scheme.public java.awt.Color getMidBorderColor(SubstanceColorScheme borderScheme)
borderScheme - The border color scheme.public java.awt.Color getBottomBorderColor(SubstanceColorScheme borderScheme)
borderScheme - The border color scheme.public java.awt.Color getRepresentativeColor(SubstanceColorScheme borderScheme)
getRepresentativeColor in interface SubstanceBorderPainter