Interface XYZItem

All Superinterfaces:
Item
All Known Implementing Classes:
XYZChartItem

public interface XYZItem extends Item
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the value of the property x.
    double
    Gets the value of the property y.
    double
    Gets the value of the property z.
    void
    setX(double x)
    Sets the value of the property x.
    void
    setY(double y)
    Sets the value of the property y.
    void
    setZ(double value)
    Sets the value of the property z.
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     

    Methods inherited from interface eu.hansolo.fx.charts.data.Item

    getFill, getName, getStroke, getSymbol, isEmptyItem, setSymbol
  • Property Details

  • Method Details

    • getX

      double getX()
      Gets the value of the property x.
      Property description:
    • setX

      void setX(double x)
      Sets the value of the property x.
      Property description:
    • xProperty

      javafx.beans.property.DoubleProperty xProperty()
      See Also:
    • getY

      double getY()
      Gets the value of the property y.
      Property description:
    • setY

      void setY(double y)
      Sets the value of the property y.
      Property description:
    • yProperty

      javafx.beans.property.DoubleProperty yProperty()
      See Also:
    • getZ

      double getZ()
      Gets the value of the property z.
      Property description:
    • setZ

      void setZ(double value)
      Sets the value of the property z.
      Property description:
    • zProperty

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