Interface BubbleGridItem

All Superinterfaces:
Item
All Known Implementing Classes:
BubbleGridChartItem

public interface BubbleGridItem extends Item
  • Property Details

  • Method Details

    • getCategoryX

      ChartItem getCategoryX()
      Gets the value of the property categoryX.
      Property description:
    • setCategoryX

      void setCategoryX(ChartItem categoryX)
      Sets the value of the property categoryX.
      Property description:
    • categoryXProperty

      javafx.beans.property.ObjectProperty<ChartItem> categoryXProperty()
      See Also:
    • getCategoryY

      ChartItem getCategoryY()
      Gets the value of the property categoryY.
      Property description:
    • setCategoryY

      void setCategoryY(ChartItem categoryY)
      Sets the value of the property categoryY.
      Property description:
    • categoryYProperty

      javafx.beans.property.ObjectProperty<ChartItem> categoryYProperty()
      See Also:
    • getValue

      double getValue()
      Gets the value of the property value.
      Property description:
    • setValue

      void setValue(double value)
      Sets the value of the property value.
      Property description:
    • valueProperty

      javafx.beans.property.DoubleProperty valueProperty()
      See Also: