Class GraphDescriptor


  • public class GraphDescriptor
    extends Object
    Holds info about graph.
    • Constructor Detail

      • GraphDescriptor

        public GraphDescriptor()
    • Method Detail

      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • setXLabel

        public void setXLabel​(@NotNull
                              String label)
      • getXLabel

        public String getXLabel()
      • setYLabel

        public void setYLabel​(@NotNull
                              String label)
      • getYLabel

        public String getYLabel()
      • getYAxisType

        public String getYAxisType()
      • setYAxisType

        public void setYAxisType​(String YAxisType)
      • setForceZero

        public void setForceZero​(Boolean forceZero)
      • getForceZero

        public Boolean getForceZero()