public class TickMark
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
indicatorColor |
javafx.beans.property.ObjectProperty<TickMark.Indicator> |
indicator |
javafx.beans.property.BooleanProperty |
indicatorVisible |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
labelColor |
javafx.beans.property.ObjectProperty<javafx.scene.text.Font> |
labelFont |
javafx.beans.property.DoubleProperty |
labelFontSizeFactor |
javafx.beans.property.StringProperty |
label |
javafx.beans.property.BooleanProperty |
labelVisible |
javafx.beans.property.ObjectProperty<TickMark.TickLabelOrientation> |
tickLabelOrienationObject |
javafx.beans.property.ObjectProperty<TickMark.Type> |
type |
| Modifier and Type | Class and Description |
|---|---|
static class |
TickMark.Indicator |
static class |
TickMark.TickLabelOrientation |
static class |
TickMark.Type |
| Constructor and Description |
|---|
TickMark() |
TickMark(TickMark.Type TYPE,
TickMark.Indicator INDICATOR,
javafx.scene.paint.Color INDICATOR_COLOR,
java.lang.String LABEL,
javafx.scene.paint.Color LABEL_COLOR,
TickMark.TickLabelOrientation TICK_LABEL_ORIENTATION) |
TickMark(TickMark.Type TYPE,
TickMark.Indicator INDICATOR,
java.lang.String LABEL) |
| Modifier and Type | Method and Description |
|---|---|
TickMark.Indicator |
getIndicator()
Gets the value of the property indicator.
|
javafx.scene.paint.Color |
getIndicatorColor()
Gets the value of the property indicatorColor.
|
java.lang.String |
getLabel()
Gets the value of the property label.
|
javafx.scene.paint.Color |
getLabelColor()
Gets the value of the property labelColor.
|
javafx.scene.text.Font |
getLabelFont()
Gets the value of the property labelFont.
|
double |
getLabelFontSizeFactor()
Gets the value of the property labelFontSizeFactor.
|
TickMark.TickLabelOrientation |
getTickLabelOrientation() |
TickMark.Type |
getType()
Gets the value of the property type.
|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
indicatorColorProperty() |
javafx.beans.property.ObjectProperty<TickMark.Indicator> |
indicatorProperty() |
javafx.beans.property.BooleanProperty |
indicatorVisibleProperty() |
boolean |
isIndicatorVisible()
Gets the value of the property indicatorVisible.
|
boolean |
isLabelVisible()
Gets the value of the property labelVisible.
|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
labelColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.text.Font> |
labelFontProperty() |
javafx.beans.property.DoubleProperty |
labelFontSizeFactorProperty() |
javafx.beans.property.StringProperty |
labelProperty() |
javafx.beans.property.BooleanProperty |
labelVisibleProperty() |
void |
setIndicator(TickMark.Indicator INDICATOR)
Sets the value of the property indicator.
|
void |
setIndicatorColor(javafx.scene.paint.Color INDICATOR_COLOR)
Sets the value of the property indicatorColor.
|
void |
setIndicatorVisible(boolean INDICATOR_VISIBLE)
Sets the value of the property indicatorVisible.
|
void |
setLabel(java.lang.String LABEL)
Sets the value of the property label.
|
void |
setLabelColor(javafx.scene.paint.Color LABEL_COLOR)
Sets the value of the property labelColor.
|
void |
setLabelFont(javafx.scene.text.Font LABEL_FONT)
Sets the value of the property labelFont.
|
void |
setLabelFontSizeFactor(double LABEL_FONT_SIZE_FACTOR)
Sets the value of the property labelFontSizeFactor.
|
void |
setLabelVisible(boolean LABEL_VISIBLE)
Sets the value of the property labelVisible.
|
void |
setTickLabelOrientation(TickMark.TickLabelOrientation TICK_LABEL_ORIENTATION) |
void |
setType(TickMark.Type TYPE)
Sets the value of the property type.
|
javafx.beans.property.ObjectProperty<TickMark.TickLabelOrientation> |
tickLabelOrienationObjectProperty() |
javafx.beans.property.ObjectProperty<TickMark.Type> |
typeProperty() |
public final javafx.beans.property.ObjectProperty<TickMark.Type> typeProperty
getType(),
setType(Type)public final javafx.beans.property.ObjectProperty<TickMark.Indicator> indicatorProperty
getIndicator(),
setIndicator(Indicator)public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> indicatorColorProperty
getIndicatorColor(),
setIndicatorColor(Color)public final javafx.beans.property.BooleanProperty indicatorVisibleProperty
isIndicatorVisible(),
setIndicatorVisible(boolean)public final javafx.beans.property.StringProperty labelProperty
getLabel(),
setLabel(String)public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> labelColorProperty
getLabelColor(),
setLabelColor(Color)public final javafx.beans.property.BooleanProperty labelVisibleProperty
isLabelVisible(),
setLabelVisible(boolean)public final javafx.beans.property.ObjectProperty<javafx.scene.text.Font> labelFontProperty
getLabelFont(),
setLabelFont(Font)public final javafx.beans.property.DoubleProperty labelFontSizeFactorProperty
public final javafx.beans.property.ObjectProperty<TickMark.TickLabelOrientation> tickLabelOrienationObjectProperty
public TickMark()
public TickMark(TickMark.Type TYPE, TickMark.Indicator INDICATOR, java.lang.String LABEL)
public TickMark(TickMark.Type TYPE, TickMark.Indicator INDICATOR, javafx.scene.paint.Color INDICATOR_COLOR, java.lang.String LABEL, javafx.scene.paint.Color LABEL_COLOR, TickMark.TickLabelOrientation TICK_LABEL_ORIENTATION)
public final TickMark.Type getType()
public final void setType(TickMark.Type TYPE)
public final javafx.beans.property.ObjectProperty<TickMark.Type> typeProperty()
getType(),
setType(Type)public final TickMark.Indicator getIndicator()
public final void setIndicator(TickMark.Indicator INDICATOR)
public final javafx.beans.property.ObjectProperty<TickMark.Indicator> indicatorProperty()
getIndicator(),
setIndicator(Indicator)public final javafx.scene.paint.Color getIndicatorColor()
public final void setIndicatorColor(javafx.scene.paint.Color INDICATOR_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> indicatorColorProperty()
getIndicatorColor(),
setIndicatorColor(Color)public final boolean isIndicatorVisible()
public final void setIndicatorVisible(boolean INDICATOR_VISIBLE)
public final javafx.beans.property.BooleanProperty indicatorVisibleProperty()
isIndicatorVisible(),
setIndicatorVisible(boolean)public final java.lang.String getLabel()
public final void setLabel(java.lang.String LABEL)
public final javafx.beans.property.StringProperty labelProperty()
getLabel(),
setLabel(String)public final javafx.scene.paint.Color getLabelColor()
public final void setLabelColor(javafx.scene.paint.Color LABEL_COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> labelColorProperty()
getLabelColor(),
setLabelColor(Color)public final boolean isLabelVisible()
public final void setLabelVisible(boolean LABEL_VISIBLE)
public final javafx.beans.property.BooleanProperty labelVisibleProperty()
isLabelVisible(),
setLabelVisible(boolean)public final javafx.scene.text.Font getLabelFont()
public final void setLabelFont(javafx.scene.text.Font LABEL_FONT)
public final javafx.beans.property.ObjectProperty<javafx.scene.text.Font> labelFontProperty()
getLabelFont(),
setLabelFont(Font)public final double getLabelFontSizeFactor()
public final void setLabelFontSizeFactor(double LABEL_FONT_SIZE_FACTOR)
public final javafx.beans.property.DoubleProperty labelFontSizeFactorProperty()
public final TickMark.TickLabelOrientation getTickLabelOrientation()
public final void setTickLabelOrientation(TickMark.TickLabelOrientation TICK_LABEL_ORIENTATION)
public final javafx.beans.property.ObjectProperty<TickMark.TickLabelOrientation> tickLabelOrienationObjectProperty()