java.lang.Object
eu.hansolo.fx.charts.data.BubbleGridChartItem
- All Implemented Interfaces:
BubbleGridItem,Item
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<ChartItem>javafx.beans.property.ObjectProperty<ChartItem>javafx.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.DoubleProperty -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) javafx.beans.property.ObjectProperty<ChartItem>javafx.beans.property.ObjectProperty<ChartItem>javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>voidfireChartEvt(ChartEvt evt) Gets the value of the property categoryX.Gets the value of the property categoryY.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.doublegetValue()Gets the value of the property value.booleanjavafx.beans.property.BooleanPropertyjavafx.beans.property.StringPropertyvoidvoidremoveChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) voidsetCategoryX(ChartItem categoryX) Sets the value of the property categoryX.voidsetCategoryY(ChartItem categoryY) Sets the value of the property categoryY.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.voidsetValue(double value) Sets the value of the property value.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<Symbol>toString()javafx.beans.property.DoubleProperty
-
Property Details
-
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:
-
categoryX
- Specified by:
categoryXPropertyin interfaceBubbleGridItem- See Also:
-
categoryY
- Specified by:
categoryYPropertyin interfaceBubbleGridItem- See Also:
-
value
public javafx.beans.property.DoubleProperty valueProperty- Specified by:
valuePropertyin interfaceBubbleGridItem- See Also:
-
-
Method Details
-
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:
-
getCategoryX
Gets the value of the property categoryX.- Specified by:
getCategoryXin interfaceBubbleGridItem- Property description:
-
setCategoryX
Sets the value of the property categoryX.- Specified by:
setCategoryXin interfaceBubbleGridItem- Property description:
-
categoryXProperty
- Specified by:
categoryXPropertyin interfaceBubbleGridItem- See Also:
-
getCategoryY
Gets the value of the property categoryY.- Specified by:
getCategoryYin interfaceBubbleGridItem- Property description:
-
setCategoryY
Sets the value of the property categoryY.- Specified by:
setCategoryYin interfaceBubbleGridItem- Property description:
-
categoryYProperty
- Specified by:
categoryYPropertyin interfaceBubbleGridItem- See Also:
-
getValue
public double getValue()Gets the value of the property value.- Specified by:
getValuein interfaceBubbleGridItem- Property description:
-
setValue
public void setValue(double value) Sets the value of the property value.- Specified by:
setValuein interfaceBubbleGridItem- Property description:
-
valueProperty
public javafx.beans.property.DoubleProperty valueProperty()- Specified by:
valuePropertyin interfaceBubbleGridItem- 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
-