java.lang.Object
org.jhotdraw8.os.AbstractSystemPreferences
org.jhotdraw8.os.SimpleSystemPreferences
- All Implemented Interfaces:
SystemPreferences
Simple implementation of system preferences with setter methods.
-
Property Summary
Properties inherited from class org.jhotdraw8.os.AbstractSystemPreferences
accentColor, appearance, fontSize -
Field Summary
Fields inherited from class org.jhotdraw8.os.AbstractSystemPreferences
accentColor, appearance, fontSizeFields inherited from interface org.jhotdraw8.os.SystemPreferences
instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccentColor(@Nullable javafx.scene.paint.Color value) voidsetAppearance(@Nullable String value) voidsetFontSize(double value) Methods inherited from class org.jhotdraw8.os.AbstractSystemPreferences
accentColorProperty, appearanceProperty, fontSizePropertyMethods 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
-
Constructor Details
-
SimpleSystemPreferences
public SimpleSystemPreferences()
-
-
Method Details
-
setAccentColor
-
setAppearance
-
setFontSize
public void setFontSize(double value)
-