java.lang.Object
eu.hansolo.fx.charts.data.MatrixChartItem
- All Implemented Interfaces:
Item,MatrixItem
-
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.IntegerPropertyjavafx.beans.property.IntegerPropertyjavafx.beans.property.DoubleProperty -
Constructor Summary
ConstructorsConstructorDescriptionMatrixChartItem(boolean IS_EMPTY) MatrixChartItem(int X, int Y, double Z) MatrixChartItem(int X, int Y, double Z, boolean IS_EMPTY) MatrixChartItem(int X, int Y, double Z, String NAME) MatrixChartItem(int X, int Y, double Z, String NAME, boolean IS_EMPTY) MatrixChartItem(int X, int Y, double Z, String NAME, javafx.scene.paint.Color FILL) MatrixChartItem(int X, int Y, double Z, String NAME, javafx.scene.paint.Color FILL, 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.intgetX()Gets the value of the property x.intgetY()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(int X) Sets the value of the property x.voidsetY(int 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.IntegerPropertyjavafx.beans.property.IntegerPropertyjavafx.beans.property.DoubleProperty
-
Property Details
-
x
public javafx.beans.property.IntegerProperty xProperty- Specified by:
xPropertyin interfaceMatrixItem- See Also:
-
y
public javafx.beans.property.IntegerProperty yProperty- Specified by:
yPropertyin interfaceMatrixItem- See Also:
-
z
public javafx.beans.property.DoubleProperty zProperty- Specified by:
zPropertyin interfaceMatrixItem- See Also:
-
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
-
MatrixChartItem
public MatrixChartItem() -
MatrixChartItem
public MatrixChartItem(boolean IS_EMPTY) -
MatrixChartItem
public MatrixChartItem(int X, int Y, double Z) -
MatrixChartItem
public MatrixChartItem(int X, int Y, double Z, boolean IS_EMPTY) -
MatrixChartItem
-
MatrixChartItem
-
MatrixChartItem
-
MatrixChartItem
public MatrixChartItem(int X, int Y, double Z, String NAME, javafx.scene.paint.Color FILL, boolean IS_EMPTY)
-
-
Method Details
-
getX
public int getX()Gets the value of the property x.- Specified by:
getXin interfaceMatrixItem- Property description:
-
setX
public void setX(int X) Sets the value of the property x.- Specified by:
setXin interfaceMatrixItem- Property description:
-
xProperty
public javafx.beans.property.IntegerProperty xProperty()- Specified by:
xPropertyin interfaceMatrixItem- See Also:
-
getY
public int getY()Gets the value of the property y.- Specified by:
getYin interfaceMatrixItem- Property description:
-
setY
public void setY(int Y) Sets the value of the property y.- Specified by:
setYin interfaceMatrixItem- Property description:
-
yProperty
public javafx.beans.property.IntegerProperty yProperty()- Specified by:
yPropertyin interfaceMatrixItem- See Also:
-
getZ
public double getZ()Gets the value of the property z.- Specified by:
getZin interfaceMatrixItem- Property description:
-
setZ
public void setZ(double Z) Sets the value of the property z.- Specified by:
setZin interfaceMatrixItem- Property description:
-
zProperty
public javafx.beans.property.DoubleProperty zProperty()- Specified by:
zPropertyin interfaceMatrixItem- See Also:
-
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
-