Class BubbleGridChartItem

java.lang.Object
eu.hansolo.fx.charts.data.BubbleGridChartItem
All Implemented Interfaces:
BubbleGridItem, Item

public class BubbleGridChartItem extends Object implements BubbleGridItem
  • Property Details

  • Method Details

    • getName

      public String getName()
      Gets the value of the property name.
      Specified by:
      getName in interface Item
      Property description:
    • setName

      public void setName(String name)
      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.
      Specified by:
      getFill in interface Item
      Property description:
    • 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.
      Specified by:
      getStroke in interface Item
      Property description:
    • 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

      public Symbol getSymbol()
      Gets the value of the property symbol.
      Specified by:
      getSymbol in interface Item
      Property description:
    • setSymbol

      public void setSymbol(Symbol symbol)
      Sets the value of the property symbol.
      Specified by:
      setSymbol in interface Item
      Property description:
    • symbolProperty

      public javafx.beans.property.ObjectProperty<Symbol> symbolProperty()
      See Also:
    • getCategoryX

      public ChartItem getCategoryX()
      Gets the value of the property categoryX.
      Specified by:
      getCategoryX in interface BubbleGridItem
      Property description:
    • setCategoryX

      public void setCategoryX(ChartItem categoryX)
      Sets the value of the property categoryX.
      Specified by:
      setCategoryX in interface BubbleGridItem
      Property description:
    • categoryXProperty

      public javafx.beans.property.ObjectProperty<ChartItem> categoryXProperty()
      Specified by:
      categoryXProperty in interface BubbleGridItem
      See Also:
    • getCategoryY

      public ChartItem getCategoryY()
      Gets the value of the property categoryY.
      Specified by:
      getCategoryY in interface BubbleGridItem
      Property description:
    • setCategoryY

      public void setCategoryY(ChartItem categoryY)
      Sets the value of the property categoryY.
      Specified by:
      setCategoryY in interface BubbleGridItem
      Property description:
    • categoryYProperty

      public javafx.beans.property.ObjectProperty<ChartItem> categoryYProperty()
      Specified by:
      categoryYProperty in interface BubbleGridItem
      See Also:
    • getValue

      public double getValue()
      Gets the value of the property value.
      Specified by:
      getValue in interface BubbleGridItem
      Property description:
    • setValue

      public void setValue(double value)
      Sets the value of the property value.
      Specified by:
      setValue in interface BubbleGridItem
      Property description:
    • valueProperty

      public javafx.beans.property.DoubleProperty valueProperty()
      Specified by:
      valueProperty in interface BubbleGridItem
      See Also:
    • isEmptyItem

      public boolean isEmptyItem()
      Specified by:
      isEmptyItem in interface Item
    • 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

      public void fireChartEvt(ChartEvt evt)
    • toString

      public String toString()
      Overrides:
      toString in class Object