|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubstanceBorderPainter
Border painter interface for Substance look and feel. This class is
part of officially supported API.
Starting from version 4.0, the borders of some controls (buttons, check
boxes, tabs, scroll bars etc) are painted by border painters. Up until
version 4.0 this has been done by gradient painters (
SubstanceFillPainter
) instead. Note that a custom gradient painter
may continue painting the borders, but these will be overriden by the current
border painter.
Method Summary | |
---|---|
boolean |
isPaintingInnerContour()
Returns boolean indication whether this border painter is painting the inner contours. |
void |
paintBorder(java.awt.Graphics g,
java.awt.Component c,
int width,
int height,
java.awt.Shape contour,
java.awt.Shape innerContour,
SubstanceColorScheme borderScheme)
Paints the control border. |
Methods inherited from interface org.pushingpixels.substance.api.trait.SubstanceTrait |
---|
getDisplayName |
Method Detail |
---|
void paintBorder(java.awt.Graphics g, java.awt.Component c, int width, int 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |