|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.curre.prefcount.gui.theme.skin.PrintSkin
public class PrintSkin
An object of this class represents the prefcount skin used for printing the score board.
Created date: Jun 23, 2008
| Field Summary | |
|---|---|
static java.awt.Color |
COLOR_BACKGROUND_MAIN
Main background color. |
static java.lang.String |
NAME_KEY
Resource key for this skin is not available. |
static java.awt.Color |
PAINT_BACKGROUND_BOARD
Board background paint. |
| Constructor Summary | |
|---|---|
PrintSkin()
|
|
| 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.Paint |
getFinalScoreBackgroundPaint()
Returns paint for the final score background. |
java.awt.Color |
getMainBackgroundColor()
Returns the main background color. |
java.awt.Paint |
getMainSectionLinesPain()
Gets the main section lines paint. |
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 null since the default skin does not have a corresponding class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME_KEY
public static final java.awt.Color COLOR_BACKGROUND_MAIN
public static final java.awt.Color PAINT_BACKGROUND_BOARD
| Constructor Detail |
|---|
public PrintSkin()
| Method Detail |
|---|
public java.lang.String getSubstanceSkinClassName()
getSubstanceSkinClassName in interface PrefSkinpublic java.lang.String getNameResourceKey()
getNameResourceKey in interface PrefSkinpublic java.awt.Color getMainBackgroundColor()
getMainBackgroundColor in interface PrefSkinpublic java.awt.Paint getBoardBackgroundPaint()
getBoardBackgroundPaint in interface PrefSkinpublic java.awt.Color getPlayerNameColor()
getPlayerNameColor in interface PrefSkinpublic java.awt.Font getPlayerNameFont()
getPlayerNameFont in interface PrefSkinpublic java.awt.Stroke getPlayerNameStroke()
getPlayerNameStroke in interface PrefSkinpublic java.awt.Color getPlayerScoreColor()
getPlayerScoreColor in interface PrefSkinpublic java.awt.Font getPlayerScoreFont()
getPlayerScoreFont in interface PrefSkinpublic java.awt.Stroke getPlayerScoreStroke()
getPlayerScoreStroke in interface PrefSkinpublic java.awt.Color getPlayerTotalsColor()
getPlayerTotalsColor in interface PrefSkinpublic java.awt.Font getPlayerTotalsFont()
getPlayerTotalsFont in interface PrefSkinpublic java.awt.Stroke getPlayerTotalsStroke()
getPlayerTotalsStroke in interface PrefSkinpublic java.awt.Color getBoardLineColor()
getBoardLineColor in interface PrefSkinpublic java.awt.Stroke getBoardLineStroke()
getBoardLineStroke in interface PrefSkinpublic java.awt.Paint getFinalScoreBackgroundPaint()
getFinalScoreBackgroundPaint in interface PrefSkinpublic java.awt.Paint getMainSectionLinesPain()
getMainSectionLinesPain in interface PrefSkin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||