java.lang.Object
org.jhotdraw8.os.AbstractSystemPreferences
- All Implemented Interfaces:
SystemPreferences
- Direct Known Subclasses:
MacOsSystemPreferences,SimpleSystemPreferences
Abstract base class for system preferences.
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final @NonNull javafx.beans.property.ReadOnlyObjectWrapper<javafx.scene.paint.Color> protected final @NonNull javafx.beans.property.ReadOnlyDoubleWrapperFields inherited from interface org.jhotdraw8.os.SystemPreferences
instance -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.os.SystemPreferences
getAccentColor, getAppearance, getFontSize
-
Property Details
-
accentColor
public @NonNull javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.paint.Color> accentColorProperty- Specified by:
accentColorPropertyin interfaceSystemPreferences- Returns:
- accent color property
- See Also:
-
appearance
- Specified by:
appearancePropertyin interfaceSystemPreferences- Returns:
- accent color property
- See Also:
-
fontSize
- Specified by:
fontSizePropertyin interfaceSystemPreferences- Returns:
- font size property
- See Also:
-
-
Field Details
-
accentColor
protected final @NonNull javafx.beans.property.ReadOnlyObjectWrapper<javafx.scene.paint.Color> accentColor -
appearance
-
fontSize
-
-
Constructor Details
-
AbstractSystemPreferences
protected AbstractSystemPreferences()
-
-
Method Details
-
accentColorProperty
public @NonNull javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.paint.Color> accentColorProperty()Description copied from interface:SystemPreferencesThe accent color.- Specified by:
accentColorPropertyin interfaceSystemPreferences- Returns:
- the
accentColorproperty
-
appearanceProperty
Description copied from interface:SystemPreferencesThe appearance.- Specified by:
appearancePropertyin interfaceSystemPreferences- Returns:
- the
appearanceproperty
-
fontSizeProperty
Description copied from interface:SystemPreferencesThe base font size.- Specified by:
fontSizePropertyin interfaceSystemPreferences- Returns:
- the
fontSizeproperty
-