SubstanceTraitClassicBorderPainter, CompositeBorderPainter, DelegateBorderPainter, DelegateFractionBasedBorderPainter, FlatBorderPainter, FractionBasedBorderPainter, GlassBorderPainter, StandardBorderPainterpublic interface SubstanceBorderPainter extends SubstanceTrait
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Color |
getRepresentativeColor(SubstanceColorScheme borderScheme) |
|
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.
|
getDisplayNamevoid paintBorder(java.awt.Graphics g,
java.awt.Component c,
float width,
float height,
java.awt.Shape contour,
java.awt.Shape innerContour,
SubstanceColorScheme borderScheme)
g - 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.boolean isPaintingInnerContour()
true if this border painter is painting the inner
contours, false otherwise.java.awt.Color getRepresentativeColor(SubstanceColorScheme borderScheme)