Package com.macrofocus.high_d
Class HighDSettings<Color,Font>
- java.lang.Object
-
- com.macrofocus.high_d.HighDSettings<Color,Font>
-
@JsType public class HighDSettings<Color,Font> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HighDSettings.PropertyType
-
Field Summary
Fields Modifier and Type Field Description protected MutableProperties<HighDSettings.PropertyType>
properties
-
Constructor Summary
Constructors Constructor Description HighDSettings(com.macrofocus.crossplatform.CPFactory<?,Font,?,Color> cpFactory)
HighDSettings(com.macrofocus.igraphics.colortheme.ColorTheme<Color> colorTheme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableProperty<java.lang.Boolean>
getAllowScrolling()
MutableProperty<java.lang.Boolean>
getAntialiasing()
MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>>
getColorTheme()
MutableProperty<Geometry>
getGeometry()
MutableProperty<com.macrofocus.high_d.interaction.InteractionMode>
getInteractionMode()
MutableProperties<HighDSettings.PropertyType>
getProperties()
MutableProperty<com.macrofocus.crossplatform.CPCanvas.Rendering>
getRendering()
MutableProperty<java.lang.Boolean>
getShowFiltered()
-
-
-
Field Detail
-
properties
protected MutableProperties<HighDSettings.PropertyType> properties
-
-
Method Detail
-
getProperties
public MutableProperties<HighDSettings.PropertyType> getProperties()
-
getShowFiltered
public MutableProperty<java.lang.Boolean> getShowFiltered()
-
getAntialiasing
public MutableProperty<java.lang.Boolean> getAntialiasing()
-
getRendering
public MutableProperty<com.macrofocus.crossplatform.CPCanvas.Rendering> getRendering()
-
getColorTheme
public MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>> getColorTheme()
-
getGeometry
public MutableProperty<Geometry> getGeometry()
-
getInteractionMode
public MutableProperty<com.macrofocus.high_d.interaction.InteractionMode> getInteractionMode()
-
getAllowScrolling
public MutableProperty<java.lang.Boolean> getAllowScrolling()
-
-