Class AxesChartSeries

  • Direct Known Subclasses:
    HeatMapSeries, MarkerSeries

    public abstract class AxesChartSeries
    extends Series
    A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
    • Field Detail

      • xMin

        protected double xMin
        the minimum value of axis range
      • xMax

        protected double xMax
        the maximum value of axis range
      • yMin

        protected double yMin
        the minimum value of axis range
      • yMax

        protected double yMax
        the maximum value of axis range
      • stroke

        private java.awt.BasicStroke stroke
        Line Style
      • lineColor

        private java.awt.Color lineColor
        Line Color
      • lineWidth

        private float lineWidth
        Line Width
    • Constructor Detail

      • AxesChartSeries

        protected AxesChartSeries​(java.lang.String name,
                                  Series.DataType xAxisDataType)
        Constructor
        Parameters:
        name -
        xAxisDataType -
      • AxesChartSeries

        protected AxesChartSeries​(java.lang.String name,
                                  Series.DataType xAxisDataType,
                                  Series.DataType yAxisDataType)
        Constructor
        Parameters:
        name -
        xAxisDataType -
        yAxisDataType -
    • Method Detail

      • calculateMinMax

        protected abstract void calculateMinMax()
      • getXMin

        public double getXMin()
      • getXMax

        public double getXMax()
      • getYMin

        public double getYMin()
      • getYMax

        public double getYMax()
      • getLineStyle

        public java.awt.BasicStroke getLineStyle()
      • setLineStyle

        public AxesChartSeries setLineStyle​(java.awt.BasicStroke basicStroke)
        Set the line style of the series
        Parameters:
        basicStroke -
      • getLineColor

        public java.awt.Color getLineColor()
      • setLineColor

        public AxesChartSeries setLineColor​(java.awt.Color color)
        Set the line color of the series
        Parameters:
        color -
      • getLineWidth

        public float getLineWidth()
      • setLineWidth

        public AxesChartSeries setLineWidth​(float lineWidth)
        Set the line width of the series
        Parameters:
        lineWidth -