public interface Colorable
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Color |
getCustomColor()
Calling the getCustomColor method will return the specified color.
|
void |
setCustomColor(javafx.scene.paint.Color color)
Calling the colorize method will paint the instance in the specified color.
|
void setCustomColor(javafx.scene.paint.Color color)
color - The specified colorjavafx.scene.paint.Color getCustomColor()
Copyright © 2015–2016 openbase.org. All rights reserved.