|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pushingpixels.substance.api.painter.border.StandardBorderPainter
org.pushingpixels.substance.internal.painter.SimplisticSoftBorderPainter
public class SimplisticSoftBorderPainter
Border painter that returns images with classic appearance. This class is for internal use only.
| Constructor Summary | |
|---|---|
SimplisticSoftBorderPainter()
|
|
| Method Summary | |
|---|---|
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 |
getTopBorderColor(SubstanceColorScheme borderScheme)
Computes the color of the top portion of the border. |
| Methods inherited from class org.pushingpixels.substance.api.painter.border.StandardBorderPainter |
|---|
isPaintingInnerContour, paintBorder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplisticSoftBorderPainter()
| Method Detail |
|---|
public java.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.
getDisplayName in interface SubstanceTraitgetDisplayName in class StandardBorderPainterthis trait.public java.awt.Color getTopBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPainter
getTopBorderColor in class StandardBorderPainterborderScheme - The border color scheme.
public java.awt.Color getMidBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPainter
getMidBorderColor in class StandardBorderPainterborderScheme - The border color scheme.
public java.awt.Color getBottomBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPainter
getBottomBorderColor in class StandardBorderPainterborderScheme - The border color scheme.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||