|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrefSkin
This is an interface to represent a prefcount skin,
which represents a Substance skin from the
org.jvnet.substance.skin package.
| Method Summary | |
|---|---|
java.awt.Paint |
getBoardBackgroundPaint()
Returns the board background paint. |
java.awt.Color |
getBoardLineColor()
Returns the color for the board lines. |
java.awt.Stroke |
getBoardLineStroke()
Returns the stroke for the board lines. |
java.awt.Color |
getMainBackgroundColor()
Returns the main background color. |
java.lang.String |
getNameResourceKey()
Returns the skin resource key, which also the skin's unique identifier. |
java.awt.Color |
getPlayerNameColor()
Returns the color for players names. |
java.awt.Font |
getPlayerNameFont()
Returns the font for players names. |
java.awt.Stroke |
getPlayerNameStroke()
Returns the stroke for players names. |
java.awt.Color |
getPlayerScoreColor()
Returns the color for players scores. |
java.awt.Font |
getPlayerScoreFont()
Returns the font for players scores. |
java.awt.Stroke |
getPlayerScoreStroke()
Returns the stroke for players scores. |
java.awt.Color |
getPlayerTotalsColor()
Returns the color for player (scores) totals. |
java.awt.Font |
getPlayerTotalsFont()
Returns the font for player (scores) totals. |
java.awt.Stroke |
getPlayerTotalsStroke()
Returns the stroke for player (scores) totals. |
java.lang.String |
getSubstanceSkinClassName()
Returns Substance skin class name if this theme/skin is a SubstanceLookAndFeel skin. |
| Method Detail |
|---|
java.lang.String getSubstanceSkinClassName()
java.lang.String getNameResourceKey()
java.awt.Color getMainBackgroundColor()
java.awt.Paint getBoardBackgroundPaint()
java.awt.Color getPlayerNameColor()
java.awt.Font getPlayerNameFont()
java.awt.Stroke getPlayerNameStroke()
java.awt.Color getPlayerScoreColor()
java.awt.Font getPlayerScoreFont()
java.awt.Stroke getPlayerScoreStroke()
java.awt.Color getPlayerTotalsColor()
java.awt.Font getPlayerTotalsFont()
java.awt.Stroke getPlayerTotalsStroke()
java.awt.Color getBoardLineColor()
java.awt.Stroke getBoardLineStroke()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||