public class RendererProperties extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
tint
Get the tint property.
|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
transparency
Get the transparency property.
|
| Constructor and Description |
|---|
RendererProperties()
Empty constructor.
|
RendererProperties(double tint,
double transparency)
Initialize with initial values.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Gets any properties this component holds.
|
java.lang.Double |
getTint()
Gets the value of the property tint.
|
java.lang.Double |
getTransparency()
Gets the value of the property transparency.
|
void |
setTint(double tint)
Sets the value of the property tint.
|
void |
setTransparency(double transparency)
Sets the value of the property transparency.
|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
tintProperty()
Get the tint property.
|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
transparencyProperty()
Get the transparency property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> tintProperty
getTint(),
setTint(double)public javafx.beans.property.SimpleObjectProperty<java.lang.Double> transparencyProperty
getTransparency(),
setTransparency(double)public RendererProperties()
public RendererProperties(double tint,
double transparency)
tint - initial value for tinttransparency - initial value for transparencypublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> tintProperty()
getTint(),
setTint(double)public java.lang.Double getTint()
public void setTint(double tint)
public javafx.beans.property.SimpleObjectProperty<java.lang.Double> transparencyProperty()
getTransparency(),
setTransparency(double)public java.lang.Double getTransparency()
public void setTransparency(double transparency)
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent