java.lang.Object
eu.hansolo.fx.charts.data.XYChartItem
- All Implemented Interfaces:
Item,XYItem,Comparable<XYChartItem>
- Direct Known Subclasses:
TYChartItem
Created by hansolo on 16.07.17.
-
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.StringPropertyjavafx.beans.property.DoublePropertyjavafx.beans.property.DoubleProperty -
Constructor Summary
ConstructorsConstructorDescriptionXYChartItem(boolean IS_EMPTY) XYChartItem(double X, double Y) XYChartItem(double X, double Y, boolean IS_EMPTY) XYChartItem(double X, double Y, String NAME) XYChartItem(double X, double Y, String NAME, boolean IS_EMPTY) XYChartItem(double X, double Y, String NAME, String TOOLTIP) XYChartItem(double X, double Y, String NAME, String TOOLTIP, boolean IS_EMPTY) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, boolean IS_EMPTY) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, String TOOLTIP) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, String TOOLTIP, boolean IS_EMPTY) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, Symbol SYMBOL) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, Symbol SYMBOL, boolean IS_EMPTY) XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, javafx.scene.paint.Color STROKE, Symbol SYMBOL, String TOOLTIP, boolean IS_EMPTY) XYChartItem(double X, double Y, javafx.scene.paint.Color FILL) XYChartItem(double X, double Y, javafx.scene.paint.Color FILL, boolean IS_EMPTY) XYChartItem(double X, double Y, javafx.scene.paint.Color FILL, String TOOLTIP) XYChartItem(double X, double Y, javafx.scene.paint.Color FILL, String TOOLTIP, boolean IS_EMPTY) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) intcompareTo(XYChartItem ITEM) 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.Gets the value of the property tooltipText.doublegetX()Gets the value of the property x.doublegetY()Gets the value of the property y.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.voidsetTooltipText(String TOOLTIP) Sets the value of the property tooltipText.voidsetX(double X) Sets the value of the property x.voidsetY(double Y) Sets the value of the property y.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<Symbol>javafx.beans.property.StringPropertytoString()javafx.beans.property.DoublePropertyjavafx.beans.property.DoubleProperty
-
Property Details
-
x
public javafx.beans.property.DoubleProperty xProperty -
y
public javafx.beans.property.DoubleProperty yProperty -
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:
-
tooltipText
public javafx.beans.property.StringProperty tooltipTextProperty- Specified by:
tooltipTextPropertyin interfaceXYItem- See Also:
-
-
Constructor Details
-
XYChartItem
public XYChartItem() -
XYChartItem
public XYChartItem(boolean IS_EMPTY) -
XYChartItem
public XYChartItem(double X, double Y) -
XYChartItem
public XYChartItem(double X, double Y, boolean IS_EMPTY) -
XYChartItem
public XYChartItem(double X, double Y, javafx.scene.paint.Color FILL) -
XYChartItem
-
XYChartItem
public XYChartItem(double X, double Y, javafx.scene.paint.Color FILL, boolean IS_EMPTY) -
XYChartItem
public XYChartItem(double X, double Y, javafx.scene.paint.Color FILL, String TOOLTIP, boolean IS_EMPTY) -
XYChartItem
-
XYChartItem
-
XYChartItem
-
XYChartItem
-
XYChartItem
-
XYChartItem
-
XYChartItem
public XYChartItem(double X, double Y, String NAME, javafx.scene.paint.Color FILL, boolean IS_EMPTY) -
XYChartItem
-
XYChartItem
-
XYChartItem
-
XYChartItem
-
-
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() -
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:
-
getTooltipText
Gets the value of the property tooltipText.- Specified by:
getTooltipTextin interfaceXYItem- Property description:
-
setTooltipText
Sets the value of the property tooltipText.- Specified by:
setTooltipTextin interfaceXYItem- Property description:
-
tooltipTextProperty
public javafx.beans.property.StringProperty tooltipTextProperty()- Specified by:
tooltipTextPropertyin interfaceXYItem- 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
-
compareTo
- Specified by:
compareToin interfaceComparable<XYChartItem>
-