public class ColorsGroup
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ColorsGroup.ColorType
Enumeration of color types in ColorsGroup.
|
Constructor and Description |
---|
ColorsGroup() |
ColorsGroup(ColorsGroup colorsGroup)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.paint.Color |
getBackgroundColor() |
javafx.scene.paint.Color |
getColor(ColorsGroup.ColorType colorType) |
javafx.scene.paint.Color |
getTextColor() |
javafx.scene.paint.Color |
getUnprintablesBackgroundColor() |
javafx.scene.paint.Color |
getUnprintablesColor() |
void |
setBackgroundColor(javafx.scene.paint.Color backgroundColor) |
void |
setBothBackgroundColors(javafx.scene.paint.Color backgroundColor) |
void |
setColor(ColorsGroup.ColorType colorType,
javafx.scene.paint.Color color) |
void |
setColors(ColorsGroup colorsGroup) |
void |
setTextColor(javafx.scene.paint.Color textColor) |
void |
setUnprintablesBackgroundColor(javafx.scene.paint.Color unprintablesBackgroundColor) |
void |
setUnprintablesColor(javafx.scene.paint.Color unprintablesColor) |
public ColorsGroup()
public ColorsGroup(ColorsGroup colorsGroup)
colorsGroup
- colors grouppublic javafx.scene.paint.Color getTextColor()
public void setTextColor(javafx.scene.paint.Color textColor)
public javafx.scene.paint.Color getBackgroundColor()
public void setBackgroundColor(javafx.scene.paint.Color backgroundColor)
public javafx.scene.paint.Color getUnprintablesColor()
public void setUnprintablesColor(javafx.scene.paint.Color unprintablesColor)
public javafx.scene.paint.Color getUnprintablesBackgroundColor()
public void setUnprintablesBackgroundColor(javafx.scene.paint.Color unprintablesBackgroundColor)
public void setBothBackgroundColors(javafx.scene.paint.Color backgroundColor)
public void setColors(ColorsGroup colorsGroup)
public javafx.scene.paint.Color getColor(ColorsGroup.ColorType colorType)
public void setColor(ColorsGroup.ColorType colorType, javafx.scene.paint.Color color)