java.lang.Object
eu.hansolo.fx.charts.data.XYZChartItem
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.StringPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<Symbol>javafx.beans.property.DoublePropertyjavafx.beans.property.DoublePropertyjavafx.beans.property.DoubleProperty -
Constructor Summary
ConstructorsConstructorDescriptionXYZChartItem(boolean IS_EMPTY) XYZChartItem(double X, double Y, double Z) XYZChartItem(double X, double Y, double Z, boolean IS_EMPTY) XYZChartItem(double X, double Y, double Z, String NAME) XYZChartItem(double X, double Y, double Z, String NAME, boolean IS_EMPTY) XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL) XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, boolean IS_EMPTY) XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE) XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, boolean IS_EMPTY) XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, Symbol SYMBOL) XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, Symbol SYMBOL, boolean IS_EMPTY) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>voidfireChartEvt(ChartEvt evt) javafx.scene.paint.ColorgetFill()Gets the value of the property fill.getName()Gets the value of the property name.javafx.scene.paint.ColorGets the value of the property stroke.Gets the value of the property symbol.doublegetX()Gets the value of the property x.doublegetY()Gets the value of the property y.doublegetZ()Gets the value of the property z.booleanjavafx.beans.property.BooleanPropertyjavafx.beans.property.StringPropertyvoidvoidremoveChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) voidsetFill(javafx.scene.paint.Color FILL) Sets the value of the property fill.voidsetIsEmpty(boolean isEmpty) voidSets the value of the property name.voidsetStroke(javafx.scene.paint.Color STROKE) Sets the value of the property stroke.voidSets the value of the property symbol.voidsetX(double X) Sets the value of the property x.voidsetY(double Y) Sets the value of the property y.voidsetZ(double Z) Sets the value of the property z.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<Symbol>toString()javafx.beans.property.DoublePropertyjavafx.beans.property.DoublePropertyjavafx.beans.property.DoubleProperty
-
Property Details
-
x
public javafx.beans.property.DoubleProperty xProperty -
y
public javafx.beans.property.DoubleProperty yProperty -
z
public javafx.beans.property.DoubleProperty zProperty -
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
fill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fillProperty- See Also:
-
stroke
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> strokeProperty- See Also:
-
symbol
- See Also:
-
-
Constructor Details
-
XYZChartItem
public XYZChartItem() -
XYZChartItem
public XYZChartItem(boolean IS_EMPTY) -
XYZChartItem
public XYZChartItem(double X, double Y, double Z) -
XYZChartItem
public XYZChartItem(double X, double Y, double Z, boolean IS_EMPTY) -
XYZChartItem
-
XYZChartItem
-
XYZChartItem
-
XYZChartItem
public XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, boolean IS_EMPTY) -
XYZChartItem
public XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE) -
XYZChartItem
public XYZChartItem(double X, double Y, double Z, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, boolean IS_EMPTY) -
XYZChartItem
-
XYZChartItem
-
-
Method Details
-
getX
public double getX()Gets the value of the property x. -
setX
public void setX(double X) Sets the value of the property x. -
xProperty
public javafx.beans.property.DoubleProperty xProperty() -
getY
public double getY()Gets the value of the property y. -
setY
public void setY(double Y) Sets the value of the property y. -
yProperty
public javafx.beans.property.DoubleProperty yProperty() -
getZ
public double getZ()Gets the value of the property z. -
setZ
public void setZ(double Z) Sets the value of the property z. -
zProperty
public javafx.beans.property.DoubleProperty zProperty() -
getName
Gets the value of the property name. -
setName
Sets the value of the property name.- Property description:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- See Also:
-
getFill
public javafx.scene.paint.Color getFill()Gets the value of the property fill. -
setFill
public void setFill(javafx.scene.paint.Color FILL) Sets the value of the property fill.- Property description:
-
fillProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fillProperty()- See Also:
-
getStroke
public javafx.scene.paint.Color getStroke()Gets the value of the property stroke. -
setStroke
public void setStroke(javafx.scene.paint.Color STROKE) Sets the value of the property stroke.- Property description:
-
strokeProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> strokeProperty()- See Also:
-
getSymbol
Gets the value of the property symbol. -
setSymbol
Sets the value of the property symbol. -
symbolProperty
- See Also:
-
isEmptyItem
public boolean isEmptyItem()- Specified by:
isEmptyItemin interfaceItem
-
setIsEmpty
public void setIsEmpty(boolean isEmpty) -
isEmptyProperty
public javafx.beans.property.BooleanProperty isEmptyProperty() -
addChartEvtObserver
public void addChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) -
removeChartEvtObserver
public void removeChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) -
removeAllChartEvtObservers
public void removeAllChartEvtObservers() -
fireChartEvt
-
toString
-