public abstract class AbstractBaseFont extends AbstractBaseParams implements FontParams
| Type | Property and Description |
|---|---|
ObjectProperty<FontName> |
name |
DoubleProperty |
size
Return the font size property.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<FontName> |
nameProperty
The opacity of the color.
|
private DoubleProperty |
sizeProperty
The font size.
|
PARAMETER_SEPARATOR| Constructor and Description |
|---|
AbstractBaseFont(FontName name,
double size)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FontName |
name() |
ObjectProperty<FontName> |
nameProperty() |
double |
size()
Return the font size.
|
DoubleProperty |
sizeProperty()
Return the font size property.
|
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 ObjectProperty<FontName> nameProperty
private final DoubleProperty sizeProperty
public AbstractBaseFont(FontName name, double size)
name - the name to usesize - the default font sizepublic FontName name()
name in interface FontParamspublic ObjectProperty<FontName> nameProperty()
public double size()
size in interface FontParamspublic DoubleProperty sizeProperty()
Copyright © 2011–2014 JRebirth OSS. All rights reserved.