Interface PlotObject

All Known Subinterfaces:
Line, Symbol
All Known Implementing Classes:
BasicLine, BasicSymbol, Rectangle, VerticalLine

public interface PlotObject
  • Method Details

    • getSeriesIdentifier

      String getSeriesIdentifier()
    • getFillColor

      javafx.scene.paint.Color getFillColor()
    • setFillColor

      PlotObject setFillColor(javafx.scene.paint.Color color)
    • getEdgeColor

      javafx.scene.paint.Color getEdgeColor()
    • setEdgeColor

      PlotObject setEdgeColor(javafx.scene.paint.Color color)
    • getName

      String getName()
    • setName

      PlotObject setName(String name)
    • shouldShowInLegend

      default Boolean shouldShowInLegend()
    • showInLegend

      default PlotObject showInLegend(Boolean showInLegend)
    • getLegendGrouping

      default String getLegendGrouping()
    • setLegendGrouping

      default PlotObject setLegendGrouping(String string)
    • getLegendOnly

      default Boolean getLegendOnly()
    • setLegendOnly

      default PlotObject setLegendOnly(Boolean legendOnly)
    • getZindex

      Integer getZindex()
    • setZindex

      void setZindex(Integer zOrder)