|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pushingpixels.substance.api.painter.border.CompositeBorderPainter
public class CompositeBorderPainter
Composite border painter that delegates the painting of outer and inner contours.
| Constructor Summary | |
|---|---|
CompositeBorderPainter(java.lang.String displayName,
SubstanceBorderPainter outer,
SubstanceBorderPainter inner)
Creates a new composite border painter. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Returns the display name of this trait. |
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeBorderPainter(java.lang.String displayName,
SubstanceBorderPainter outer,
SubstanceBorderPainter inner)
displayName - Display name.outer - Delegate painter for painting the outer contours.inner - Delegate painter for painting the inner contrours.| Method Detail |
|---|
public boolean isPaintingInnerContour()
SubstanceBorderPainter
isPaintingInnerContour 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,
int width,
int height,
java.awt.Shape contour,
java.awt.Shape innerContour,
SubstanceColorScheme borderScheme)
SubstanceBorderPainter
paintBorder 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.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.
getDisplayName in interface SubstanceTraitthis trait.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||