public abstract class AColor_Component extends Object
| Modifier and Type | Field and Description |
|---|---|
protected javafx.scene.paint.Color |
color |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AColor_Component(String value) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Color |
getColor()
Get color of the component
|
String |
getValue()
Return the string value eg path to image or formatted text value
|
void |
setColor(javafx.scene.paint.Color color) |
protected String value
protected javafx.scene.paint.Color color
protected AColor_Component(String value)
public javafx.scene.paint.Color getColor()
public void setColor(javafx.scene.paint.Color color)
public String getValue()
Copyright © 2024. All rights reserved.