public class Marker
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
color |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<MarkerEvent>> |
onMarkerEvent |
javafx.beans.property.StringProperty |
text |
javafx.beans.property.DoubleProperty |
value |
javafx.beans.property.BooleanProperty |
visible |
Constructor and Description |
---|
Marker() |
Marker(double VALUE,
javafx.scene.paint.Color COLOR) |
Marker(double VALUE,
javafx.scene.paint.Color COLOR,
java.lang.String TEXT) |
Marker(double VALUE,
javafx.scene.paint.Color COLOR,
java.lang.String TEXT,
boolean VISIBLE) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
colorProperty() |
boolean |
equals(Marker MARKER) |
void |
fireMarkerEvent(MarkerEvent EVENT) |
javafx.scene.paint.Color |
getColor()
Gets the value of the property color.
|
javafx.event.EventHandler<MarkerEvent> |
getOnMarkerEvent()
Gets the value of the property onMarkerEvent.
|
java.lang.String |
getText()
Gets the value of the property text.
|
double |
getValue()
Gets the value of the property value.
|
boolean |
isVisible()
Gets the value of the property visible.
|
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<MarkerEvent>> |
onMarkerEventProperty() |
void |
setColor(javafx.scene.paint.Color COLOR)
Sets the value of the property color.
|
void |
setOnMarkerEvent(javafx.event.EventHandler<MarkerEvent> value)
Sets the value of the property onMarkerEvent.
|
void |
setText(java.lang.String TEXT)
Sets the value of the property text.
|
void |
setValue(double VALUE)
Sets the value of the property value.
|
void |
setVisible(boolean VISIBLE)
Sets the value of the property visible.
|
javafx.beans.property.StringProperty |
textProperty() |
javafx.beans.property.DoubleProperty |
valueProperty() |
javafx.beans.property.BooleanProperty |
visibleProperty() |
public final javafx.beans.property.ObjectProperty<javafx.event.EventHandler<MarkerEvent>> onMarkerEventProperty
getOnMarkerEvent()
,
setOnMarkerEvent(EventHandler)
public final javafx.beans.property.DoubleProperty valueProperty
getValue()
,
setValue(double)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colorProperty
getColor()
,
setColor(Color)
public final javafx.beans.property.StringProperty textProperty
getText()
,
setText(String)
public final javafx.beans.property.BooleanProperty visibleProperty
isVisible()
,
setVisible(boolean)
public Marker()
public Marker(double VALUE, javafx.scene.paint.Color COLOR)
public Marker(double VALUE, javafx.scene.paint.Color COLOR, java.lang.String TEXT)
public Marker(double VALUE, javafx.scene.paint.Color COLOR, java.lang.String TEXT, boolean VISIBLE)
public final javafx.beans.property.ObjectProperty<javafx.event.EventHandler<MarkerEvent>> onMarkerEventProperty()
getOnMarkerEvent()
,
setOnMarkerEvent(EventHandler)
public final void setOnMarkerEvent(javafx.event.EventHandler<MarkerEvent> value)
public final javafx.event.EventHandler<MarkerEvent> getOnMarkerEvent()
public void fireMarkerEvent(MarkerEvent EVENT)
public final double getValue()
public final void setValue(double VALUE)
public final javafx.beans.property.DoubleProperty valueProperty()
getValue()
,
setValue(double)
public final javafx.scene.paint.Color getColor()
public final void setColor(javafx.scene.paint.Color COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colorProperty()
getColor()
,
setColor(Color)
public final java.lang.String getText()
public final void setText(java.lang.String TEXT)
public final javafx.beans.property.StringProperty textProperty()
getText()
,
setText(String)
public final boolean isVisible()
public final void setVisible(boolean VISIBLE)
public final javafx.beans.property.BooleanProperty visibleProperty()
isVisible()
,
setVisible(boolean)
public final boolean equals(Marker MARKER)