public class Scale
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
lastLabelVisible |
javafx.beans.property.ReadOnlyDoubleProperty |
maxValue |
javafx.beans.property.ReadOnlyDoubleProperty |
minValue |
javafx.beans.property.ReadOnlyDoubleProperty |
range |
javafx.beans.property.ReadOnlyDoubleProperty |
uncorrectedMaxValue |
javafx.beans.property.ReadOnlyDoubleProperty |
uncorrectedMinValue |
| Constructor and Description |
|---|
Scale() |
Scale(double MIN_VALUE,
double MAX_VALUE) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxValue()
Gets the value of the property maxValue.
|
double |
getMinValue()
Gets the value of the property minValue.
|
double |
getRange()
Gets the value of the property range.
|
double |
getUncorrectedMaxValue()
Gets the value of the property uncorrectedMaxValue.
|
double |
getUncorrectedMinValue()
Gets the value of the property uncorrectedMinValue.
|
boolean |
isLastLabelVisible()
Gets the value of the property lastLabelVisible.
|
javafx.beans.property.BooleanProperty |
lastLabelVisibleProperty() |
javafx.beans.property.ReadOnlyDoubleProperty |
maxValueProperty() |
javafx.beans.property.ReadOnlyDoubleProperty |
minValueProperty() |
javafx.beans.property.ReadOnlyDoubleProperty |
rangeProperty() |
void |
setLastLabelVisible(boolean LAST_LABEL_VISIBLE)
Sets the value of the property lastLabelVisible.
|
void |
setMaxValue(double MAX_VALUE)
Sets the value of the property maxValue.
|
void |
setMinValue(double MIN_VALUE)
Sets the value of the property minValue.
|
void |
setUncorrectedMaxValue(double UNCORRECTED_MAX_VALUE)
Sets the value of the property uncorrectedMaxValue.
|
void |
setUncorrectedMinValue(double UNCORRECTED_MIN_VALUE)
Sets the value of the property uncorrectedMinValue.
|
javafx.beans.property.ReadOnlyDoubleProperty |
uncorrectedMaxValueProperty() |
javafx.beans.property.ReadOnlyDoubleProperty |
uncorrectedMinValueProperty() |
public final javafx.beans.property.ReadOnlyDoubleProperty minValueProperty
getMinValue(),
setMinValue(double)public final javafx.beans.property.ReadOnlyDoubleProperty maxValueProperty
getMaxValue(),
setMaxValue(double)public final javafx.beans.property.ReadOnlyDoubleProperty rangeProperty
getRange()public final javafx.beans.property.ReadOnlyDoubleProperty uncorrectedMinValueProperty
public final javafx.beans.property.ReadOnlyDoubleProperty uncorrectedMaxValueProperty
public final javafx.beans.property.BooleanProperty lastLabelVisibleProperty
isLastLabelVisible(),
setLastLabelVisible(boolean)public final double getMinValue()
public final void setMinValue(double MIN_VALUE)
public final javafx.beans.property.ReadOnlyDoubleProperty minValueProperty()
getMinValue(),
setMinValue(double)public final double getMaxValue()
public final void setMaxValue(double MAX_VALUE)
public final javafx.beans.property.ReadOnlyDoubleProperty maxValueProperty()
getMaxValue(),
setMaxValue(double)public final double getRange()
public final javafx.beans.property.ReadOnlyDoubleProperty rangeProperty()
getRange()public final double getUncorrectedMinValue()
public final void setUncorrectedMinValue(double UNCORRECTED_MIN_VALUE)
public final javafx.beans.property.ReadOnlyDoubleProperty uncorrectedMinValueProperty()
public final double getUncorrectedMaxValue()
public final void setUncorrectedMaxValue(double UNCORRECTED_MAX_VALUE)
public final javafx.beans.property.ReadOnlyDoubleProperty uncorrectedMaxValueProperty()
public final boolean isLastLabelVisible()
public final void setLastLabelVisible(boolean LAST_LABEL_VISIBLE)
public final javafx.beans.property.BooleanProperty lastLabelVisibleProperty()
isLastLabelVisible(),
setLastLabelVisible(boolean)