Class XYBarRenderer.XYBarRendererState

    • Field Detail

      • g2Base

        private double g2Base
        Base for bars against the range axis, in Java 2D space.
    • Constructor Detail

      • XYBarRendererState

        public XYBarRendererState​(PlotRenderingInfo info)
        Creates a new state object.
        Parameters:
        info - the plot rendering info.
    • Method Detail

      • getG2Base

        public double getG2Base()
        Returns the base (range) value in Java 2D space.
        Returns:
        The base value.
      • setG2Base

        public void setG2Base​(double value)
        Sets the range axis base in Java2D space.
        Parameters:
        value - the value.