Interface XYItem

All Superinterfaces:
Item
All Known Implementing Classes:
TYChartItem, XYChartItem

public interface XYItem extends Item
Created by hansolo on 17.07.17.
  • Property Summary

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

    Modifier and Type
    Method
    Description
    Gets the value of the property tooltipText.
    double
    Gets the value of the property x.
    double
    Gets the value of the property y.
    void
    Sets the value of the property tooltipText.
    void
    setX(double x)
    Sets the value of the property x.
    void
    setY(double y)
    Sets the value of the property y.
    javafx.beans.property.StringProperty
     
    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:
    • getTooltipText

      String getTooltipText()
      Gets the value of the property tooltipText.
      Property description:
    • setTooltipText

      void setTooltipText(String text)
      Sets the value of the property tooltipText.
      Property description:
    • tooltipTextProperty

      javafx.beans.property.StringProperty tooltipTextProperty()
      See Also: