public abstract class AbstractBaseColor extends AbstractBaseParams implements ColorParams
| Type | Property and Description |
|---|---|
DoubleProperty |
opacity |
| Modifier and Type | Field and Description |
|---|---|
private SimpleDoubleProperty |
opacityProperty
The property used to store the opacity of the color [0.0-1.0].
|
PARAMETER_SEPARATOR| Constructor and Description |
|---|
AbstractBaseColor()
Default Constructor.
|
AbstractBaseColor(Double opacity)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
opacity() |
DoubleProperty |
opacityProperty() |
activateAutoRefresh, getFieldValues, getKey, hasChanged, hasChanged, readBoolean, readDouble, readInteger, setKey, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivateAutoRefresh, getKey, hasChanged, hasChanged, parse, setKeyprivate final SimpleDoubleProperty opacityProperty
public AbstractBaseColor()
public AbstractBaseColor(Double opacity)
opacity - the opacity to use [0.0-1.0].public Double opacity()
public DoubleProperty opacityProperty()
Copyright © 2011–2014 JRebirth OSS. All rights reserved.