public class StyleModel
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.BooleanProperty |
areasHighlighting |
javafx.beans.property.BooleanProperty |
areasVisible |
javafx.beans.property.ObjectProperty<Gauge.BackgroundDesign> |
backgroundDesign |
javafx.beans.property.BooleanProperty |
backgroundVisible |
javafx.beans.property.BooleanProperty |
bargraph |
javafx.beans.property.BooleanProperty |
expandedSections |
javafx.beans.property.ObjectProperty<Radial.ForegroundType> |
foregroundType |
javafx.beans.property.BooleanProperty |
foregroundVisible |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
frameBaseColor |
javafx.beans.property.ObjectProperty<Gauge.FrameDesign> |
frameDesign |
javafx.beans.property.BooleanProperty |
frameVisible |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
glowColor |
javafx.beans.property.BooleanProperty |
glowOn |
javafx.beans.property.BooleanProperty |
glowVisible |
javafx.beans.property.ObjectProperty<Gauge.KnobColor> |
knobColor |
javafx.beans.property.ObjectProperty<Gauge.KnobDesign> |
knobDesign |
javafx.beans.property.BooleanProperty |
knobsVisible |
javafx.beans.property.BooleanProperty |
lcdBackgroundVisible |
javafx.beans.property.BooleanProperty |
lcdBlinking |
javafx.beans.property.IntegerProperty |
lcdDecimals |
javafx.beans.property.ObjectProperty |
lcdDesign |
javafx.beans.property.BooleanProperty |
lcdNumberSystemVisible |
javafx.beans.property.BooleanProperty |
lcdThresholdVisible |
javafx.beans.property.StringProperty |
lcdTitleFont |
javafx.beans.property.StringProperty |
lcdUnitFont |
javafx.beans.property.BooleanProperty |
lcdUnitVisible |
javafx.beans.property.ObjectProperty<Gauge.LcdFont> |
lcdValueFont |
javafx.beans.property.BooleanProperty |
lcdVisible |
javafx.beans.property.BooleanProperty |
ledBlinking |
javafx.beans.property.ObjectProperty<LedColor> |
ledColor |
javafx.beans.property.BooleanProperty |
ledVisible |
javafx.beans.property.BooleanProperty |
majorTickmarkColorEnabled |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
majorTickmarkColor |
javafx.beans.property.ObjectProperty<Gauge.TickmarkType> |
majorTickmarkType |
javafx.beans.property.BooleanProperty |
majorTicksVisible |
javafx.beans.property.BooleanProperty |
markersVisible |
javafx.beans.property.BooleanProperty |
maxMeasuredValueVisible |
javafx.beans.property.BooleanProperty |
minMeasuredValueVisible |
javafx.beans.property.BooleanProperty |
minorTickmarkColorEnabled |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
minorTickmarkColor |
javafx.beans.property.BooleanProperty |
minorTicksVisible |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<StyleModel.StyleModelEvent>> |
onStyleModelChanged |
javafx.beans.property.BooleanProperty |
pointerGlowEnabled |
javafx.beans.property.BooleanProperty |
pointerShadowEnabled |
javafx.beans.property.ObjectProperty<Gauge.PointerType> |
pointerType |
javafx.beans.property.BooleanProperty |
pulsatingGlow |
javafx.beans.property.BooleanProperty |
sectionsHighlighting |
javafx.beans.property.BooleanProperty |
sectionsVisible |
javafx.beans.property.BooleanProperty |
showSectionTickmarksOnly |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
simpleGradientBaseColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
textureColor |
javafx.beans.property.ObjectProperty<Gauge.ThresholdColor> |
thresholdColor |
javafx.beans.property.BooleanProperty |
thresholdVisible |
javafx.beans.property.ObjectProperty<Gauge.NumberFormat> |
tickLabelNumberFormat |
javafx.beans.property.ObjectProperty<Gauge.TicklabelOrientation> |
tickLabelOrientation |
javafx.beans.property.BooleanProperty |
ticklabelsVisible |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
tickmarkGlowColor |
javafx.beans.property.BooleanProperty |
tickmarkGlowEnabled |
javafx.beans.property.ObjectProperty<javafx.geometry.Point2D> |
tickmarksOffset |
javafx.beans.property.BooleanProperty |
tickmarksVisible |
javafx.beans.property.StringProperty |
titleFont |
javafx.beans.property.BooleanProperty |
titleVisible |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendDownColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendFallingColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendRisingColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendSteadyColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendUpColor |
javafx.beans.property.BooleanProperty |
trendVisible |
javafx.beans.property.StringProperty |
unitFont |
javafx.beans.property.BooleanProperty |
unitVisible |
javafx.beans.property.BooleanProperty |
userLedBlinking |
javafx.beans.property.ObjectProperty<LedColor> |
userLedColor |
javafx.beans.property.BooleanProperty |
userLedOn |
javafx.beans.property.BooleanProperty |
userLedVisible |
javafx.beans.property.ObjectProperty<ColorDef> |
valueColor |
Modifier and Type | Class and Description |
---|---|
static class |
StyleModel.StyleModelEvent |
Constructor and Description |
---|
StyleModel() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.BooleanProperty |
areasHighlightingProperty() |
javafx.beans.property.BooleanProperty |
areasVisibleProperty() |
javafx.beans.property.ObjectProperty<Gauge.BackgroundDesign> |
backgroundDesignProperty() |
javafx.beans.property.BooleanProperty |
backgroundVisibleProperty() |
javafx.beans.property.BooleanProperty |
bargraphProperty() |
javafx.beans.property.BooleanProperty |
expandedSectionsProperty() |
void |
fireStyleModelEvent(StyleModel.StyleModelEvent EVENT) |
javafx.beans.property.ObjectProperty<Radial.ForegroundType> |
foregroundTypeProperty() |
javafx.beans.property.BooleanProperty |
foregroundVisibleProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
frameBaseColorProperty() |
javafx.beans.property.ObjectProperty<Gauge.FrameDesign> |
frameDesignProperty() |
javafx.beans.property.BooleanProperty |
frameVisibleProperty() |
Gauge.BackgroundDesign |
getBackgroundDesign()
Gets the value of the property backgroundDesign.
|
Radial.ForegroundType |
getForegroundType()
Gets the value of the property foregroundType.
|
javafx.scene.paint.Color |
getFrameBaseColor()
Gets the value of the property frameBaseColor.
|
Gauge.FrameDesign |
getFrameDesign()
Gets the value of the property frameDesign.
|
javafx.scene.paint.Color |
getGlowColor()
Gets the value of the property glowColor.
|
Gauge.KnobColor |
getKnobColor()
Gets the value of the property knobColor.
|
Gauge.KnobDesign |
getKnobDesign()
Gets the value of the property knobDesign.
|
boolean |
getKnobsVisible()
Gets the value of the property knobsVisible.
|
int |
getLcdDecimals()
Gets the value of the property lcdDecimals.
|
LcdDesign |
getLcdDesign()
Gets the value of the property lcdDesign.
|
java.lang.String |
getLcdTitleFont()
Gets the value of the property lcdTitleFont.
|
java.lang.String |
getLcdUnitFont()
Gets the value of the property lcdUnitFont.
|
boolean |
getLcdUnitVisible()
Gets the value of the property lcdUnitVisible.
|
Gauge.LcdFont |
getLcdValueFont()
Gets the value of the property lcdValueFont.
|
LedColor |
getLedColor()
Gets the value of the property ledColor.
|
javafx.scene.paint.Color |
getMajorTickmarkColor()
Gets the value of the property majorTickmarkColor.
|
Gauge.TickmarkType |
getMajorTickmarkType()
Gets the value of the property majorTickmarkType.
|
javafx.scene.paint.Color |
getMinorTickmarkColor()
Gets the value of the property minorTickmarkColor.
|
javafx.event.EventHandler<StyleModel.StyleModelEvent> |
getOnStyleModelChanged()
Gets the value of the property onStyleModelChanged.
|
Gauge.PointerType |
getPointerType()
Gets the value of the property pointerType.
|
javafx.scene.paint.Color |
getSimpleGradientBaseColor()
Gets the value of the property simpleGradientBaseColor.
|
java.lang.String |
getSimpleGradientBaseColorString() |
javafx.scene.paint.Color |
getTextureColor()
Gets the value of the property textureColor.
|
java.lang.String |
getTextureColorString() |
Gauge.ThresholdColor |
getThresholdColor()
Gets the value of the property thresholdColor.
|
Gauge.NumberFormat |
getTickLabelNumberFormat()
Gets the value of the property tickLabelNumberFormat.
|
Gauge.TicklabelOrientation |
getTickLabelOrientation()
Gets the value of the property tickLabelOrientation.
|
javafx.scene.paint.Color |
getTickmarkGlowColor()
Gets the value of the property tickmarkGlowColor.
|
javafx.geometry.Point2D |
getTickmarksOffset()
Gets the value of the property tickmarksOffset.
|
java.lang.String |
getTitleFont()
Gets the value of the property titleFont.
|
javafx.scene.paint.Color |
getTrendDownColor()
Gets the value of the property trendDownColor.
|
javafx.scene.paint.Color |
getTrendFallingColor()
Gets the value of the property trendFallingColor.
|
javafx.scene.paint.Color |
getTrendRisingColor()
Gets the value of the property trendRisingColor.
|
javafx.scene.paint.Color |
getTrendSteadyColor()
Gets the value of the property trendSteadyColor.
|
javafx.scene.paint.Color |
getTrendUpColor()
Gets the value of the property trendUpColor.
|
java.lang.String |
getUnitFont()
Gets the value of the property unitFont.
|
LedColor |
getUserLedColor()
Gets the value of the property userLedColor.
|
ColorDef |
getValueColor()
Gets the value of the property valueColor.
|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
glowColorProperty() |
javafx.beans.property.BooleanProperty |
glowOnProperty() |
javafx.beans.property.BooleanProperty |
glowVisibleProperty() |
boolean |
isAreasHighlighting()
Gets the value of the property areasHighlighting.
|
boolean |
isAreasVisible()
Gets the value of the property areasVisible.
|
boolean |
isBackgroundVisible()
Gets the value of the property backgroundVisible.
|
boolean |
isBargraph()
Gets the value of the property bargraph.
|
boolean |
isExpandedSections()
Gets the value of the property expandedSections.
|
boolean |
isForegroundVisible()
Gets the value of the property foregroundVisible.
|
boolean |
isFrameVisible()
Gets the value of the property frameVisible.
|
boolean |
isGlowOn()
Gets the value of the property glowOn.
|
boolean |
isGlowVisible()
Gets the value of the property glowVisible.
|
boolean |
isLcdBackgroundVisible()
Gets the value of the property lcdBackgroundVisible.
|
boolean |
isLcdBlinking()
Gets the value of the property lcdBlinking.
|
boolean |
isLcdNumberSystemVisible()
Gets the value of the property lcdNumberSystemVisible.
|
boolean |
isLcdThresholdVisible()
Gets the value of the property lcdThresholdVisible.
|
boolean |
isLcdVisible()
Gets the value of the property lcdVisible.
|
boolean |
isLedBlinking()
Gets the value of the property ledBlinking.
|
boolean |
isLedVisible()
Gets the value of the property ledVisible.
|
boolean |
isMajorTickmarkColorEnabled()
Gets the value of the property majorTickmarkColorEnabled.
|
boolean |
isMajorTicksVisible()
Gets the value of the property majorTicksVisible.
|
boolean |
isMarkersVisible()
Gets the value of the property markersVisible.
|
boolean |
isMaxMeasuredValueVisible()
Gets the value of the property maxMeasuredValueVisible.
|
boolean |
isMinMeasuredValueVisible()
Gets the value of the property minMeasuredValueVisible.
|
boolean |
isMinorTickmarkColorEnabled()
Gets the value of the property minorTickmarkColorEnabled.
|
boolean |
isMinorTicksVisible()
Gets the value of the property minorTicksVisible.
|
boolean |
isPointerGlowEnabled()
Gets the value of the property pointerGlowEnabled.
|
boolean |
isPointerShadowEnabled()
Gets the value of the property pointerShadowEnabled.
|
boolean |
isPulsatingGlow()
Gets the value of the property pulsatingGlow.
|
boolean |
isSectionsHighlighting()
Gets the value of the property sectionsHighlighting.
|
boolean |
isSectionsVisible()
Gets the value of the property sectionsVisible.
|
boolean |
isShowSectionTickmarksOnly()
Gets the value of the property showSectionTickmarksOnly.
|
boolean |
isThresholdVisible()
Gets the value of the property thresholdVisible.
|
boolean |
isTickLabelsVisible() |
boolean |
isTickmarkGlowEnabled()
Gets the value of the property tickmarkGlowEnabled.
|
boolean |
isTickmarksVisible()
Gets the value of the property tickmarksVisible.
|
boolean |
isTitleVisible()
Gets the value of the property titleVisible.
|
boolean |
isTrendVisible()
Gets the value of the property trendVisible.
|
boolean |
isUnitVisible()
Gets the value of the property unitVisible.
|
boolean |
isUserLedBlinking()
Gets the value of the property userLedBlinking.
|
boolean |
isUserLedOn()
Gets the value of the property userLedOn.
|
boolean |
isUserLedVisible()
Gets the value of the property userLedVisible.
|
javafx.beans.property.ObjectProperty<Gauge.KnobColor> |
knobColorProperty() |
javafx.beans.property.ObjectProperty<Gauge.KnobDesign> |
knobDesignProperty() |
javafx.beans.property.BooleanProperty |
knobsVisibleProperty() |
javafx.beans.property.BooleanProperty |
lcdBackgroundVisibleProperty() |
javafx.beans.property.BooleanProperty |
lcdBlinkingProperty() |
javafx.beans.property.IntegerProperty |
lcdDecimalsProperty() |
javafx.beans.property.ObjectProperty |
lcdDesignProperty() |
javafx.beans.property.BooleanProperty |
lcdNumberSystemVisibleProperty() |
javafx.beans.property.BooleanProperty |
lcdThresholdVisibleProperty() |
javafx.beans.property.StringProperty |
lcdTitleFontProperty() |
javafx.beans.property.StringProperty |
lcdUnitFontProperty() |
javafx.beans.property.BooleanProperty |
lcdUnitVisibleProperty() |
javafx.beans.property.ObjectProperty<Gauge.LcdFont> |
lcdValueFontProperty() |
javafx.beans.property.BooleanProperty |
lcdVisibleProperty() |
javafx.beans.property.BooleanProperty |
ledBlinkingProperty() |
javafx.beans.property.ObjectProperty<LedColor> |
ledColorProperty() |
javafx.beans.property.BooleanProperty |
ledVisibleProperty() |
javafx.beans.property.BooleanProperty |
majorTickmarkColorEnabledProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
majorTickmarkColorProperty() |
javafx.beans.property.ObjectProperty<Gauge.TickmarkType> |
majorTickmarkTypeProperty() |
javafx.beans.property.BooleanProperty |
majorTicksVisibleProperty() |
javafx.beans.property.BooleanProperty |
markersVisibleProperty() |
javafx.beans.property.BooleanProperty |
maxMeasuredValueVisibleProperty() |
javafx.beans.property.BooleanProperty |
minMeasuredValueVisibleProperty() |
javafx.beans.property.BooleanProperty |
minorTickmarkColorEnabledProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
minorTickmarkColorProperty() |
javafx.beans.property.BooleanProperty |
minorTicksVisibleProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<StyleModel.StyleModelEvent>> |
onStyleModelChangedProperty() |
javafx.beans.property.BooleanProperty |
pointerGlowEnabledProperty() |
javafx.beans.property.BooleanProperty |
pointerShadowEnabledProperty() |
javafx.beans.property.ObjectProperty<Gauge.PointerType> |
pointerTypeProperty() |
javafx.beans.property.BooleanProperty |
pulsatingGlowProperty() |
javafx.beans.property.BooleanProperty |
sectionsHighlightingProperty() |
javafx.beans.property.BooleanProperty |
sectionsVisibleProperty() |
void |
setAreasHighlighting(boolean AREAS_HIGHLIGHTING)
Sets the value of the property areasHighlighting.
|
void |
setAreasVisible(boolean AREAS_VISIBLE)
Sets the value of the property areasVisible.
|
void |
setBackgroundDesign(Gauge.BackgroundDesign BACKGROUND_DESIGN)
Sets the value of the property backgroundDesign.
|
void |
setBackgroundVisible(boolean BACKGROUND_VISIBLE)
Sets the value of the property backgroundVisible.
|
void |
setBargraph(boolean BARGRAPH)
Sets the value of the property bargraph.
|
void |
setExpandedSections(boolean EXPANDED_SECTIONS)
Sets the value of the property expandedSections.
|
void |
setForegroundType(Radial.ForegroundType FOREGROUND_TYPE)
Sets the value of the property foregroundType.
|
void |
setForegroundVisible(boolean FOREGROUND_VISIBLE)
Sets the value of the property foregroundVisible.
|
void |
setFrameBaseColor(javafx.scene.paint.Color FRAME_BASE_COLOR)
Sets the value of the property frameBaseColor.
|
void |
setFrameDesign(Gauge.FrameDesign FRAME_DESIGN)
Sets the value of the property frameDesign.
|
void |
setFrameVisible(boolean FRAME_VISIBLE)
Sets the value of the property frameVisible.
|
void |
setGlowColor(javafx.scene.paint.Color GLOW_COLOR)
Sets the value of the property glowColor.
|
void |
setGlowOn(boolean GLOW_ON)
Sets the value of the property glowOn.
|
void |
setGlowVisible(boolean GLOW_VISIBLE)
Sets the value of the property glowVisible.
|
void |
setKnobColor(Gauge.KnobColor KNOB_COLOR)
Sets the value of the property knobColor.
|
void |
setKnobDesign(Gauge.KnobDesign KNOB_DESIGN)
Sets the value of the property knobDesign.
|
void |
setKnobsVisible(boolean KNOBS_VISIBLE)
Sets the value of the property knobsVisible.
|
void |
setLcdBackgroundVisible(boolean LCD_BACKGROUND_VISIBLE)
Sets the value of the property lcdBackgroundVisible.
|
void |
setLcdBlinking(boolean LCD_BLINKING)
Sets the value of the property lcdBlinking.
|
void |
setLcdDecimals(int LCD_DECIMALS)
Sets the value of the property lcdDecimals.
|
void |
setLcdDesign(LcdDesign LCD_Design)
Sets the value of the property lcdDesign.
|
void |
setLcdNumberSystemVisible(boolean LCD_NUMBER_SYSTEM_VISIBLE)
Sets the value of the property lcdNumberSystemVisible.
|
void |
setLcdThresholdVisible(boolean LCD_THRESHOLD_VISIBLE)
Sets the value of the property lcdThresholdVisible.
|
void |
setLcdTitleFont(java.lang.String TITLE_FONT)
Sets the value of the property lcdTitleFont.
|
void |
setLcdUnitFont(java.lang.String UNIT_FONT)
Sets the value of the property lcdUnitFont.
|
void |
setLcdUnitVisible(boolean LCD_UNIT_STRING_VISIBLE)
Sets the value of the property lcdUnitVisible.
|
void |
setLcdValueFont(Gauge.LcdFont VALUE_FONT)
Sets the value of the property lcdValueFont.
|
void |
setLcdVisible(boolean LCD_VISIBLE)
Sets the value of the property lcdVisible.
|
void |
setLedBlinking(boolean LED_BLINKING)
Sets the value of the property ledBlinking.
|
void |
setLedColor(LedColor LED_COLOR)
Sets the value of the property ledColor.
|
void |
setLedVisible(boolean LED_VISIBLE)
Sets the value of the property ledVisible.
|
void |
setMajorTickmarkColor(javafx.scene.paint.Color MAJOR_TICKMARK_COLOR)
Sets the value of the property majorTickmarkColor.
|
void |
setMajorTickmarkColorEnabled(boolean MAJOR_TICKMARK_COLOR_ENABLED)
Sets the value of the property majorTickmarkColorEnabled.
|
void |
setMajorTickmarkType(Gauge.TickmarkType TICKMARK_TYPE)
Sets the value of the property majorTickmarkType.
|
void |
setMajorTicksVisible(boolean MAJOR_TICKS_VISIBLE)
Sets the value of the property majorTicksVisible.
|
void |
setMarkersVisible(boolean MARKERS_VISIBLE)
Sets the value of the property markersVisible.
|
void |
setMaxMeasuredValueVisible(boolean MAX_MEASURED_VALUE_VISIBLE)
Sets the value of the property maxMeasuredValueVisible.
|
void |
setMinMeasuredValueVisible(boolean MIN_MEASURED_VALUE_VISIBLE)
Sets the value of the property minMeasuredValueVisible.
|
void |
setMinorTickmarkColor(javafx.scene.paint.Color MINOR_TICKMARK_COLOR)
Sets the value of the property minorTickmarkColor.
|
void |
setMinorTickmarkColorEnabled(boolean MINOR_TICKMARK_COLOR_ENABLED)
Sets the value of the property minorTickmarkColorEnabled.
|
void |
setMinorTicksVisible(boolean MINOR_TICKS_VISIBLE)
Sets the value of the property minorTicksVisible.
|
void |
setOnStyleModelChanged(javafx.event.EventHandler<StyleModel.StyleModelEvent> value)
Sets the value of the property onStyleModelChanged.
|
void |
setPointerGlowEnabled(boolean POINTER_GLOW_ENABLED)
Sets the value of the property pointerGlowEnabled.
|
void |
setPointerShadowEnabled(boolean POINTER_SHADOW_ENABLED)
Sets the value of the property pointerShadowEnabled.
|
void |
setPointerType(Gauge.PointerType POINTER_TYPE)
Sets the value of the property pointerType.
|
void |
setPulsatingGlow(boolean PULSATING_GLOW)
Sets the value of the property pulsatingGlow.
|
void |
setSectionsHighlighting(boolean SECTIONS_HIGHLIGHTING)
Sets the value of the property sectionsHighlighting.
|
void |
setSectionsVisible(boolean SECTIONS_VISIBLE)
Sets the value of the property sectionsVisible.
|
void |
setShowSectionTickmarksOnly(boolean SHOW_SECTION_TICKMARKS_ONLY)
Sets the value of the property showSectionTickmarksOnly.
|
void |
setSimpleGradientBaseColor(javafx.scene.paint.Color SIMPLE_GRADIENT_BASE_COLOR)
Sets the value of the property simpleGradientBaseColor.
|
void |
setTextureColor(javafx.scene.paint.Color TEXTURE_COLOR)
Sets the value of the property textureColor.
|
void |
setThresholdColor(Gauge.ThresholdColor THRESHOLD_COLOR)
Sets the value of the property thresholdColor.
|
void |
setThresholdVisible(boolean THRESHOLD_VISIBLE)
Sets the value of the property thresholdVisible.
|
void |
setTickLabelNumberFormat(Gauge.NumberFormat TICKLABEL_NUMBER_FORMAT)
Sets the value of the property tickLabelNumberFormat.
|
void |
setTickLabelOrientation(Gauge.TicklabelOrientation TICKLABEL_ORIENTATION)
Sets the value of the property tickLabelOrientation.
|
void |
setTickLabelsVisible(boolean TICKLABELS_VISIBLE) |
void |
setTickmarkGlowColor(javafx.scene.paint.Color TICKMARK_GLOW_COLOR)
Sets the value of the property tickmarkGlowColor.
|
void |
setTickmarkGlowEnabled(boolean TICKMARK_GLOW_ENABLED)
Sets the value of the property tickmarkGlowEnabled.
|
void |
setTickmarksOffset(javafx.geometry.Point2D TICKMARKS_OFFSET)
Sets the value of the property tickmarksOffset.
|
void |
setTickmarksVisible(boolean TICKMARKS_VISIBLE)
Sets the value of the property tickmarksVisible.
|
void |
setTitleFont(java.lang.String TITLE_FONT)
Sets the value of the property titleFont.
|
void |
setTitleVisible(boolean TITLE_VISIBLE)
Sets the value of the property titleVisible.
|
void |
setTrendDownColor(javafx.scene.paint.Color TREND_DOWN_COLOR)
Sets the value of the property trendDownColor.
|
void |
setTrendFallingColor(javafx.scene.paint.Color TREND_FALLING_COLOR)
Sets the value of the property trendFallingColor.
|
void |
setTrendRisingColor(javafx.scene.paint.Color TREND_RISING_COLOR)
Sets the value of the property trendRisingColor.
|
void |
setTrendSteadyColor(javafx.scene.paint.Color TREND_STEADY_COLOR)
Sets the value of the property trendSteadyColor.
|
void |
setTrendUpColor(javafx.scene.paint.Color TREND_UP_COLOR)
Sets the value of the property trendUpColor.
|
void |
setTrendVisible(boolean TREND_VISIBLE)
Sets the value of the property trendVisible.
|
void |
setUnitFont(java.lang.String UNIT_FONT)
Sets the value of the property unitFont.
|
void |
setUnitVisible(boolean UNIT_VISIBLE)
Sets the value of the property unitVisible.
|
void |
setUserLedBlinking(boolean USER_LED_BLINKING)
Sets the value of the property userLedBlinking.
|
void |
setUserLedColor(LedColor USER_LED_COLOR)
Sets the value of the property userLedColor.
|
void |
setUserLedOn(boolean USER_LED_ON)
Sets the value of the property userLedOn.
|
void |
setUserLedVisible(boolean USER_LED_VISIBLE)
Sets the value of the property userLedVisible.
|
void |
setValueColor(ColorDef VALUE_COLOR)
Sets the value of the property valueColor.
|
javafx.beans.property.BooleanProperty |
showSectionTickmarksOnlyProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
simpleGradientBaseColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
textureColorProperty() |
javafx.beans.property.ObjectProperty<Gauge.ThresholdColor> |
thresholdColorProperty() |
javafx.beans.property.BooleanProperty |
thresholdVisibleProperty() |
javafx.beans.property.ObjectProperty<Gauge.NumberFormat> |
tickLabelNumberFormatProperty() |
javafx.beans.property.ObjectProperty<Gauge.TicklabelOrientation> |
tickLabelOrientationProperty() |
javafx.beans.property.BooleanProperty |
ticklabelsVisibleProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
tickmarkGlowColorProperty() |
javafx.beans.property.BooleanProperty |
tickmarkGlowEnabledProperty() |
javafx.beans.property.ObjectProperty<javafx.geometry.Point2D> |
tickmarksOffsetProperty() |
javafx.beans.property.BooleanProperty |
tickmarksVisibleProperty() |
javafx.beans.property.StringProperty |
titleFontProperty() |
javafx.beans.property.BooleanProperty |
titleVisibleProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendDownColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendFallingColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendRisingColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendSteadyColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
trendUpColorProperty() |
javafx.beans.property.BooleanProperty |
trendVisibleProperty() |
javafx.beans.property.StringProperty |
unitFontProperty() |
javafx.beans.property.BooleanProperty |
unitVisibleProperty() |
javafx.beans.property.BooleanProperty |
userLedBlinkingProperty() |
javafx.beans.property.ObjectProperty<LedColor> |
userLedColorProperty() |
javafx.beans.property.BooleanProperty |
userLedOnProperty() |
javafx.beans.property.BooleanProperty |
userLedVisibleProperty() |
javafx.beans.property.ObjectProperty<ColorDef> |
valueColorProperty() |
public final javafx.beans.property.ObjectProperty<javafx.event.EventHandler<StyleModel.StyleModelEvent>> onStyleModelChangedProperty
public final javafx.beans.property.BooleanProperty bargraphProperty
isBargraph()
,
setBargraph(boolean)
public final javafx.beans.property.BooleanProperty minMeasuredValueVisibleProperty
public final javafx.beans.property.BooleanProperty maxMeasuredValueVisibleProperty
public final javafx.beans.property.BooleanProperty thresholdVisibleProperty
isThresholdVisible()
,
setThresholdVisible(boolean)
public final javafx.beans.property.ObjectProperty<Gauge.ThresholdColor> thresholdColorProperty
getThresholdColor()
,
#setThresholdColor(ThresholdColor)
public final javafx.beans.property.ObjectProperty<Gauge.FrameDesign> frameDesignProperty
getFrameDesign()
,
#setFrameDesign(FrameDesign)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> frameBaseColorProperty
getFrameBaseColor()
,
setFrameBaseColor(Color)
public final javafx.beans.property.BooleanProperty frameVisibleProperty
isFrameVisible()
,
setFrameVisible(boolean)
public final javafx.beans.property.ObjectProperty<Gauge.BackgroundDesign> backgroundDesignProperty
getBackgroundDesign()
,
#setBackgroundDesign(BackgroundDesign)
public final javafx.beans.property.BooleanProperty backgroundVisibleProperty
public final javafx.beans.property.ObjectProperty<Gauge.KnobDesign> knobDesignProperty
getKnobDesign()
,
#setKnobDesign(KnobDesign)
public final javafx.beans.property.ObjectProperty<Gauge.KnobColor> knobColorProperty
getKnobColor()
,
#setKnobColor(KnobColor)
public final javafx.beans.property.BooleanProperty knobsVisibleProperty
getKnobsVisible()
,
setKnobsVisible(boolean)
public final javafx.beans.property.ObjectProperty<Gauge.PointerType> pointerTypeProperty
getPointerType()
,
#setPointerType(PointerType)
public final javafx.beans.property.ObjectProperty<ColorDef> valueColorProperty
getValueColor()
,
setValueColor(ColorDef)
public final javafx.beans.property.BooleanProperty pointerGlowEnabledProperty
public final javafx.beans.property.BooleanProperty pointerShadowEnabledProperty
public final javafx.beans.property.BooleanProperty ledVisibleProperty
isLedVisible()
,
setLedVisible(boolean)
public final javafx.beans.property.ObjectProperty<LedColor> ledColorProperty
getLedColor()
,
setLedColor(LedColor)
public final javafx.beans.property.BooleanProperty ledBlinkingProperty
isLedBlinking()
,
setLedBlinking(boolean)
public final javafx.beans.property.BooleanProperty userLedVisibleProperty
isUserLedVisible()
,
setUserLedVisible(boolean)
public final javafx.beans.property.ObjectProperty<LedColor> userLedColorProperty
getUserLedColor()
,
setUserLedColor(LedColor)
public final javafx.beans.property.BooleanProperty userLedOnProperty
isUserLedOn()
,
setUserLedOn(boolean)
public final javafx.beans.property.BooleanProperty userLedBlinkingProperty
isUserLedBlinking()
,
setUserLedBlinking(boolean)
public final javafx.beans.property.StringProperty titleFontProperty
getTitleFont()
,
setTitleFont(String)
public final javafx.beans.property.StringProperty unitFontProperty
getUnitFont()
,
setUnitFont(String)
public final javafx.beans.property.ObjectProperty<Radial.ForegroundType> foregroundTypeProperty
getForegroundType()
,
#setForegroundType(ForegroundType)
public final javafx.beans.property.BooleanProperty foregroundVisibleProperty
public final javafx.beans.property.BooleanProperty lcdThresholdVisibleProperty
public final javafx.beans.property.ObjectProperty lcdDesignProperty
getLcdDesign()
,
setLcdDesign(LcdDesign)
public final javafx.beans.property.BooleanProperty lcdVisibleProperty
isLcdVisible()
,
setLcdVisible(boolean)
public final javafx.beans.property.BooleanProperty lcdUnitVisibleProperty
getLcdUnitVisible()
,
setLcdUnitVisible(boolean)
public final javafx.beans.property.StringProperty lcdUnitFontProperty
getLcdUnitFont()
,
setLcdUnitFont(String)
public final javafx.beans.property.StringProperty lcdTitleFontProperty
getLcdTitleFont()
,
setLcdTitleFont(String)
public final javafx.beans.property.ObjectProperty<Gauge.LcdFont> lcdValueFontProperty
getLcdValueFont()
,
#setLcdValueFont(LcdFont)
public final javafx.beans.property.IntegerProperty lcdDecimalsProperty
getLcdDecimals()
,
setLcdDecimals(int)
public final javafx.beans.property.BooleanProperty lcdNumberSystemVisibleProperty
public final javafx.beans.property.BooleanProperty lcdBlinkingProperty
isLcdBlinking()
,
setLcdBlinking(boolean)
public final javafx.beans.property.BooleanProperty lcdBackgroundVisibleProperty
public final javafx.beans.property.BooleanProperty glowVisibleProperty
isGlowVisible()
,
setGlowVisible(boolean)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> glowColorProperty
getGlowColor()
,
setGlowColor(Color)
public final javafx.beans.property.BooleanProperty glowOnProperty
isGlowOn()
,
setGlowOn(boolean)
public final javafx.beans.property.BooleanProperty pulsatingGlowProperty
isPulsatingGlow()
,
setPulsatingGlow(boolean)
public final javafx.beans.property.BooleanProperty tickmarksVisibleProperty
isTickmarksVisible()
,
setTickmarksVisible(boolean)
public final javafx.beans.property.BooleanProperty majorTicksVisibleProperty
public final javafx.beans.property.ObjectProperty<Gauge.TickmarkType> majorTickmarkTypeProperty
getMajorTickmarkType()
,
#setMajorTickmarkType(TickmarkType)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> majorTickmarkColorProperty
public final javafx.beans.property.BooleanProperty majorTickmarkColorEnabledProperty
public final javafx.beans.property.BooleanProperty minorTicksVisibleProperty
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> minorTickmarkColorProperty
public final javafx.beans.property.BooleanProperty minorTickmarkColorEnabledProperty
public final javafx.beans.property.BooleanProperty ticklabelsVisibleProperty
public final javafx.beans.property.ObjectProperty<Gauge.TicklabelOrientation> tickLabelOrientationProperty
getTickLabelOrientation()
,
#setTickLabelOrientation(TicklabelOrientation)
public final javafx.beans.property.ObjectProperty<Gauge.NumberFormat> tickLabelNumberFormatProperty
getTickLabelNumberFormat()
,
#setTickLabelNumberFormat(NumberFormat)
public final javafx.beans.property.ObjectProperty<javafx.geometry.Point2D> tickmarksOffsetProperty
getTickmarksOffset()
,
setTickmarksOffset(Point2D)
public final javafx.beans.property.BooleanProperty tickmarkGlowEnabledProperty
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> tickmarkGlowColorProperty
public final javafx.beans.property.BooleanProperty sectionsVisibleProperty
isSectionsVisible()
,
setSectionsVisible(boolean)
public final javafx.beans.property.BooleanProperty expandedSectionsProperty
isExpandedSections()
,
setExpandedSections(boolean)
public final javafx.beans.property.BooleanProperty sectionsHighlightingProperty
public final javafx.beans.property.BooleanProperty showSectionTickmarksOnlyProperty
public final javafx.beans.property.BooleanProperty areasVisibleProperty
isAreasVisible()
,
setAreasVisible(boolean)
public final javafx.beans.property.BooleanProperty areasHighlightingProperty
public final javafx.beans.property.BooleanProperty markersVisibleProperty
isMarkersVisible()
,
setMarkersVisible(boolean)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textureColorProperty
getTextureColor()
,
setTextureColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> simpleGradientBaseColorProperty
public final javafx.beans.property.BooleanProperty titleVisibleProperty
isTitleVisible()
,
setTitleVisible(boolean)
public final javafx.beans.property.BooleanProperty unitVisibleProperty
isUnitVisible()
,
setUnitVisible(boolean)
public final javafx.beans.property.BooleanProperty trendVisibleProperty
isTrendVisible()
,
setTrendVisible(boolean)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendUpColorProperty
getTrendUpColor()
,
setTrendUpColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendRisingColorProperty
getTrendRisingColor()
,
setTrendRisingColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendSteadyColorProperty
getTrendSteadyColor()
,
setTrendSteadyColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendFallingColorProperty
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendDownColorProperty
getTrendDownColor()
,
setTrendDownColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.event.EventHandler<StyleModel.StyleModelEvent>> onStyleModelChangedProperty()
public final void setOnStyleModelChanged(javafx.event.EventHandler<StyleModel.StyleModelEvent> value)
public final javafx.event.EventHandler<StyleModel.StyleModelEvent> getOnStyleModelChanged()
public void fireStyleModelEvent(StyleModel.StyleModelEvent EVENT)
public final boolean isBargraph()
public final void setBargraph(boolean BARGRAPH)
public final javafx.beans.property.BooleanProperty bargraphProperty()
isBargraph()
,
setBargraph(boolean)
public final boolean isMinMeasuredValueVisible()
public final void setMinMeasuredValueVisible(boolean MIN_MEASURED_VALUE_VISIBLE)
public final javafx.beans.property.BooleanProperty minMeasuredValueVisibleProperty()
public final boolean isMaxMeasuredValueVisible()
public final void setMaxMeasuredValueVisible(boolean MAX_MEASURED_VALUE_VISIBLE)
public final javafx.beans.property.BooleanProperty maxMeasuredValueVisibleProperty()
public final boolean isThresholdVisible()
public final void setThresholdVisible(boolean THRESHOLD_VISIBLE)
public final javafx.beans.property.BooleanProperty thresholdVisibleProperty()
isThresholdVisible()
,
setThresholdVisible(boolean)
public final Gauge.ThresholdColor getThresholdColor()
public final void setThresholdColor(Gauge.ThresholdColor THRESHOLD_COLOR)
public final javafx.beans.property.ObjectProperty<Gauge.ThresholdColor> thresholdColorProperty()
getThresholdColor()
,
#setThresholdColor(ThresholdColor)
public final Gauge.FrameDesign getFrameDesign()
public final void setFrameDesign(Gauge.FrameDesign FRAME_DESIGN)
public final javafx.beans.property.ObjectProperty<Gauge.FrameDesign> frameDesignProperty()
getFrameDesign()
,
#setFrameDesign(FrameDesign)
public final javafx.scene.paint.Color getFrameBaseColor()
public final void setFrameBaseColor(javafx.scene.paint.Color FRAME_BASE_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> frameBaseColorProperty()
getFrameBaseColor()
,
setFrameBaseColor(Color)
public final boolean isFrameVisible()
public final void setFrameVisible(boolean FRAME_VISIBLE)
public final javafx.beans.property.BooleanProperty frameVisibleProperty()
isFrameVisible()
,
setFrameVisible(boolean)
public final Gauge.BackgroundDesign getBackgroundDesign()
public final void setBackgroundDesign(Gauge.BackgroundDesign BACKGROUND_DESIGN)
public final javafx.beans.property.ObjectProperty<Gauge.BackgroundDesign> backgroundDesignProperty()
getBackgroundDesign()
,
#setBackgroundDesign(BackgroundDesign)
public final boolean isBackgroundVisible()
public final void setBackgroundVisible(boolean BACKGROUND_VISIBLE)
public final javafx.beans.property.BooleanProperty backgroundVisibleProperty()
public final Gauge.KnobDesign getKnobDesign()
public final void setKnobDesign(Gauge.KnobDesign KNOB_DESIGN)
public final javafx.beans.property.ObjectProperty<Gauge.KnobDesign> knobDesignProperty()
getKnobDesign()
,
#setKnobDesign(KnobDesign)
public final Gauge.KnobColor getKnobColor()
public final void setKnobColor(Gauge.KnobColor KNOB_COLOR)
public final javafx.beans.property.ObjectProperty<Gauge.KnobColor> knobColorProperty()
getKnobColor()
,
#setKnobColor(KnobColor)
public final boolean getKnobsVisible()
public final void setKnobsVisible(boolean KNOBS_VISIBLE)
public final javafx.beans.property.BooleanProperty knobsVisibleProperty()
getKnobsVisible()
,
setKnobsVisible(boolean)
public final Gauge.PointerType getPointerType()
public final void setPointerType(Gauge.PointerType POINTER_TYPE)
public final javafx.beans.property.ObjectProperty<Gauge.PointerType> pointerTypeProperty()
getPointerType()
,
#setPointerType(PointerType)
public final ColorDef getValueColor()
public final void setValueColor(ColorDef VALUE_COLOR)
public final javafx.beans.property.ObjectProperty<ColorDef> valueColorProperty()
getValueColor()
,
setValueColor(ColorDef)
public final boolean isPointerGlowEnabled()
public final void setPointerGlowEnabled(boolean POINTER_GLOW_ENABLED)
public final javafx.beans.property.BooleanProperty pointerGlowEnabledProperty()
public final boolean isPointerShadowEnabled()
public final void setPointerShadowEnabled(boolean POINTER_SHADOW_ENABLED)
public final javafx.beans.property.BooleanProperty pointerShadowEnabledProperty()
public final boolean isLedVisible()
public final void setLedVisible(boolean LED_VISIBLE)
public final javafx.beans.property.BooleanProperty ledVisibleProperty()
isLedVisible()
,
setLedVisible(boolean)
public final LedColor getLedColor()
public final void setLedColor(LedColor LED_COLOR)
public final javafx.beans.property.ObjectProperty<LedColor> ledColorProperty()
getLedColor()
,
setLedColor(LedColor)
public final boolean isLedBlinking()
public final void setLedBlinking(boolean LED_BLINKING)
public final javafx.beans.property.BooleanProperty ledBlinkingProperty()
isLedBlinking()
,
setLedBlinking(boolean)
public final boolean isUserLedVisible()
public final void setUserLedVisible(boolean USER_LED_VISIBLE)
public final javafx.beans.property.BooleanProperty userLedVisibleProperty()
isUserLedVisible()
,
setUserLedVisible(boolean)
public final LedColor getUserLedColor()
public final void setUserLedColor(LedColor USER_LED_COLOR)
public final javafx.beans.property.ObjectProperty<LedColor> userLedColorProperty()
getUserLedColor()
,
setUserLedColor(LedColor)
public final boolean isUserLedOn()
public final void setUserLedOn(boolean USER_LED_ON)
public final javafx.beans.property.BooleanProperty userLedOnProperty()
isUserLedOn()
,
setUserLedOn(boolean)
public final boolean isUserLedBlinking()
public final void setUserLedBlinking(boolean USER_LED_BLINKING)
public final javafx.beans.property.BooleanProperty userLedBlinkingProperty()
isUserLedBlinking()
,
setUserLedBlinking(boolean)
public final java.lang.String getTitleFont()
public final void setTitleFont(java.lang.String TITLE_FONT)
public final javafx.beans.property.StringProperty titleFontProperty()
getTitleFont()
,
setTitleFont(String)
public final java.lang.String getUnitFont()
public final void setUnitFont(java.lang.String UNIT_FONT)
public final javafx.beans.property.StringProperty unitFontProperty()
getUnitFont()
,
setUnitFont(String)
public final Radial.ForegroundType getForegroundType()
public final void setForegroundType(Radial.ForegroundType FOREGROUND_TYPE)
public final javafx.beans.property.ObjectProperty<Radial.ForegroundType> foregroundTypeProperty()
getForegroundType()
,
#setForegroundType(ForegroundType)
public final boolean isForegroundVisible()
public final void setForegroundVisible(boolean FOREGROUND_VISIBLE)
public final javafx.beans.property.BooleanProperty foregroundVisibleProperty()
public final boolean isLcdThresholdVisible()
public final void setLcdThresholdVisible(boolean LCD_THRESHOLD_VISIBLE)
public final javafx.beans.property.BooleanProperty lcdThresholdVisibleProperty()
public final LcdDesign getLcdDesign()
public final void setLcdDesign(LcdDesign LCD_Design)
public final javafx.beans.property.ObjectProperty lcdDesignProperty()
getLcdDesign()
,
setLcdDesign(LcdDesign)
public final boolean isLcdVisible()
public final void setLcdVisible(boolean LCD_VISIBLE)
public final javafx.beans.property.BooleanProperty lcdVisibleProperty()
isLcdVisible()
,
setLcdVisible(boolean)
public final boolean getLcdUnitVisible()
public final void setLcdUnitVisible(boolean LCD_UNIT_STRING_VISIBLE)
public final javafx.beans.property.BooleanProperty lcdUnitVisibleProperty()
getLcdUnitVisible()
,
setLcdUnitVisible(boolean)
public final java.lang.String getLcdUnitFont()
public final void setLcdUnitFont(java.lang.String UNIT_FONT)
public final javafx.beans.property.StringProperty lcdUnitFontProperty()
getLcdUnitFont()
,
setLcdUnitFont(String)
public final java.lang.String getLcdTitleFont()
public final void setLcdTitleFont(java.lang.String TITLE_FONT)
public final javafx.beans.property.StringProperty lcdTitleFontProperty()
getLcdTitleFont()
,
setLcdTitleFont(String)
public final Gauge.LcdFont getLcdValueFont()
public final void setLcdValueFont(Gauge.LcdFont VALUE_FONT)
public final javafx.beans.property.ObjectProperty<Gauge.LcdFont> lcdValueFontProperty()
getLcdValueFont()
,
#setLcdValueFont(LcdFont)
public final int getLcdDecimals()
public final void setLcdDecimals(int LCD_DECIMALS)
public final javafx.beans.property.IntegerProperty lcdDecimalsProperty()
getLcdDecimals()
,
setLcdDecimals(int)
public final boolean isLcdNumberSystemVisible()
public final void setLcdNumberSystemVisible(boolean LCD_NUMBER_SYSTEM_VISIBLE)
public final javafx.beans.property.BooleanProperty lcdNumberSystemVisibleProperty()
public final boolean isLcdBlinking()
public final void setLcdBlinking(boolean LCD_BLINKING)
public final javafx.beans.property.BooleanProperty lcdBlinkingProperty()
isLcdBlinking()
,
setLcdBlinking(boolean)
public final boolean isLcdBackgroundVisible()
public final void setLcdBackgroundVisible(boolean LCD_BACKGROUND_VISIBLE)
public final javafx.beans.property.BooleanProperty lcdBackgroundVisibleProperty()
public final boolean isGlowVisible()
public final void setGlowVisible(boolean GLOW_VISIBLE)
public final javafx.beans.property.BooleanProperty glowVisibleProperty()
isGlowVisible()
,
setGlowVisible(boolean)
public final javafx.scene.paint.Color getGlowColor()
public final void setGlowColor(javafx.scene.paint.Color GLOW_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> glowColorProperty()
getGlowColor()
,
setGlowColor(Color)
public final boolean isGlowOn()
public final void setGlowOn(boolean GLOW_ON)
public final javafx.beans.property.BooleanProperty glowOnProperty()
isGlowOn()
,
setGlowOn(boolean)
public final boolean isPulsatingGlow()
public final void setPulsatingGlow(boolean PULSATING_GLOW)
public final javafx.beans.property.BooleanProperty pulsatingGlowProperty()
isPulsatingGlow()
,
setPulsatingGlow(boolean)
public final boolean isTickmarksVisible()
public final void setTickmarksVisible(boolean TICKMARKS_VISIBLE)
public final javafx.beans.property.BooleanProperty tickmarksVisibleProperty()
isTickmarksVisible()
,
setTickmarksVisible(boolean)
public final boolean isMajorTicksVisible()
public final void setMajorTicksVisible(boolean MAJOR_TICKS_VISIBLE)
public final javafx.beans.property.BooleanProperty majorTicksVisibleProperty()
public final Gauge.TickmarkType getMajorTickmarkType()
public final void setMajorTickmarkType(Gauge.TickmarkType TICKMARK_TYPE)
public final javafx.beans.property.ObjectProperty<Gauge.TickmarkType> majorTickmarkTypeProperty()
getMajorTickmarkType()
,
#setMajorTickmarkType(TickmarkType)
public final javafx.scene.paint.Color getMajorTickmarkColor()
public final void setMajorTickmarkColor(javafx.scene.paint.Color MAJOR_TICKMARK_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> majorTickmarkColorProperty()
public final boolean isMajorTickmarkColorEnabled()
public final void setMajorTickmarkColorEnabled(boolean MAJOR_TICKMARK_COLOR_ENABLED)
public final javafx.beans.property.BooleanProperty majorTickmarkColorEnabledProperty()
public final boolean isMinorTicksVisible()
public final void setMinorTicksVisible(boolean MINOR_TICKS_VISIBLE)
public final javafx.beans.property.BooleanProperty minorTicksVisibleProperty()
public final javafx.scene.paint.Color getMinorTickmarkColor()
public final void setMinorTickmarkColor(javafx.scene.paint.Color MINOR_TICKMARK_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> minorTickmarkColorProperty()
public final boolean isMinorTickmarkColorEnabled()
public final void setMinorTickmarkColorEnabled(boolean MINOR_TICKMARK_COLOR_ENABLED)
public final javafx.beans.property.BooleanProperty minorTickmarkColorEnabledProperty()
public final boolean isTickLabelsVisible()
public final void setTickLabelsVisible(boolean TICKLABELS_VISIBLE)
public final javafx.beans.property.BooleanProperty ticklabelsVisibleProperty()
public final Gauge.TicklabelOrientation getTickLabelOrientation()
public final void setTickLabelOrientation(Gauge.TicklabelOrientation TICKLABEL_ORIENTATION)
public final javafx.beans.property.ObjectProperty<Gauge.TicklabelOrientation> tickLabelOrientationProperty()
getTickLabelOrientation()
,
#setTickLabelOrientation(TicklabelOrientation)
public final Gauge.NumberFormat getTickLabelNumberFormat()
public final void setTickLabelNumberFormat(Gauge.NumberFormat TICKLABEL_NUMBER_FORMAT)
public final javafx.beans.property.ObjectProperty<Gauge.NumberFormat> tickLabelNumberFormatProperty()
getTickLabelNumberFormat()
,
#setTickLabelNumberFormat(NumberFormat)
public final javafx.geometry.Point2D getTickmarksOffset()
public final void setTickmarksOffset(javafx.geometry.Point2D TICKMARKS_OFFSET)
public final javafx.beans.property.ObjectProperty<javafx.geometry.Point2D> tickmarksOffsetProperty()
getTickmarksOffset()
,
setTickmarksOffset(Point2D)
public final boolean isTickmarkGlowEnabled()
public final void setTickmarkGlowEnabled(boolean TICKMARK_GLOW_ENABLED)
public final javafx.beans.property.BooleanProperty tickmarkGlowEnabledProperty()
public final javafx.scene.paint.Color getTickmarkGlowColor()
public final void setTickmarkGlowColor(javafx.scene.paint.Color TICKMARK_GLOW_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> tickmarkGlowColorProperty()
public final boolean isSectionsVisible()
public final void setSectionsVisible(boolean SECTIONS_VISIBLE)
public final javafx.beans.property.BooleanProperty sectionsVisibleProperty()
isSectionsVisible()
,
setSectionsVisible(boolean)
public final boolean isExpandedSections()
public final void setExpandedSections(boolean EXPANDED_SECTIONS)
public final javafx.beans.property.BooleanProperty expandedSectionsProperty()
isExpandedSections()
,
setExpandedSections(boolean)
public final boolean isSectionsHighlighting()
public final void setSectionsHighlighting(boolean SECTIONS_HIGHLIGHTING)
public final javafx.beans.property.BooleanProperty sectionsHighlightingProperty()
public final boolean isShowSectionTickmarksOnly()
public final void setShowSectionTickmarksOnly(boolean SHOW_SECTION_TICKMARKS_ONLY)
public final javafx.beans.property.BooleanProperty showSectionTickmarksOnlyProperty()
public final boolean isAreasVisible()
public final void setAreasVisible(boolean AREAS_VISIBLE)
public final javafx.beans.property.BooleanProperty areasVisibleProperty()
isAreasVisible()
,
setAreasVisible(boolean)
public final boolean isAreasHighlighting()
public final void setAreasHighlighting(boolean AREAS_HIGHLIGHTING)
public final javafx.beans.property.BooleanProperty areasHighlightingProperty()
public final boolean isMarkersVisible()
public final void setMarkersVisible(boolean MARKERS_VISIBLE)
public final javafx.beans.property.BooleanProperty markersVisibleProperty()
isMarkersVisible()
,
setMarkersVisible(boolean)
public final javafx.scene.paint.Color getTextureColor()
public final java.lang.String getTextureColorString()
public final void setTextureColor(javafx.scene.paint.Color TEXTURE_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textureColorProperty()
getTextureColor()
,
setTextureColor(Color)
public final javafx.scene.paint.Color getSimpleGradientBaseColor()
public final java.lang.String getSimpleGradientBaseColorString()
public final void setSimpleGradientBaseColor(javafx.scene.paint.Color SIMPLE_GRADIENT_BASE_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> simpleGradientBaseColorProperty()
public final boolean isTitleVisible()
public final void setTitleVisible(boolean TITLE_VISIBLE)
public final javafx.beans.property.BooleanProperty titleVisibleProperty()
isTitleVisible()
,
setTitleVisible(boolean)
public final boolean isUnitVisible()
public final void setUnitVisible(boolean UNIT_VISIBLE)
public final javafx.beans.property.BooleanProperty unitVisibleProperty()
isUnitVisible()
,
setUnitVisible(boolean)
public final boolean isTrendVisible()
public final void setTrendVisible(boolean TREND_VISIBLE)
public final javafx.beans.property.BooleanProperty trendVisibleProperty()
isTrendVisible()
,
setTrendVisible(boolean)
public final javafx.scene.paint.Color getTrendUpColor()
public final void setTrendUpColor(javafx.scene.paint.Color TREND_UP_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendUpColorProperty()
getTrendUpColor()
,
setTrendUpColor(Color)
public final javafx.scene.paint.Color getTrendRisingColor()
public final void setTrendRisingColor(javafx.scene.paint.Color TREND_RISING_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendRisingColorProperty()
getTrendRisingColor()
,
setTrendRisingColor(Color)
public final javafx.scene.paint.Color getTrendSteadyColor()
public final void setTrendSteadyColor(javafx.scene.paint.Color TREND_STEADY_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendSteadyColorProperty()
getTrendSteadyColor()
,
setTrendSteadyColor(Color)
public final javafx.scene.paint.Color getTrendFallingColor()
public final void setTrendFallingColor(javafx.scene.paint.Color TREND_FALLING_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendFallingColorProperty()
public final javafx.scene.paint.Color getTrendDownColor()
public final void setTrendDownColor(javafx.scene.paint.Color TREND_DOWN_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> trendDownColorProperty()
getTrendDownColor()
,
setTrendDownColor(Color)