Documentation of 'kcl.waterloo.graphics.plots2D.BarExtra' Java class
BarExtra
kcl.waterloo.graphics.plots2D

Class BarExtra



  • public class BarExtra
    extends FontSupport
    Object to support bar charts. For implementation details of how individual fields will be interpreted, see the help for the implementing chart class.
    • Constructor Detail

      • BarExtra

        public BarExtra()
    • Method Detail

      • getBarWidth

        public double getBarWidth()
        Get the bar width in axes units.
        Returns:
        the barWidth
      • setBarWidth

        public void setBarWidth(double barWidth)
        Set the bar width in axes units.
        Parameters:
        barWidth - the barWidth to set
      • setMode

        public void setMode(BarExtra.MODE mode)
        Parameters:
        mode - the mode to set
      • getOrientation

        public BarExtra.ORIENTATION getOrientation()
        Returns the orientation: BarExtra.ORIENTATION.HORIZONTAL or VERTICAL.
        Returns:
        the orientation
      • setOrientation

        public void setOrientation(BarExtra.ORIENTATION orientation)
        Sets the orientation: BarExtra.ORIENTATION.HORIZONTAL or VERTICAL.
        Parameters:
        orientation - the orientation to set
      • getBaseValue

        public double getBaseValue()
        Returns:
        the baseValue
      • setBaseValue

        public void setBaseValue(double baseValue)
        Parameters:
        baseValue - the baseValue to set
      • getLabels

        public java.util.ArrayList<java.lang.String> getLabels()
        Returns:
        the labels
      • setLabels

        public void setLabels(java.util.ArrayList<java.lang.String> labels)
        Parameters:
        labels - the labels to set
      • setLabels

        public void setLabels(java.lang.String[] labels)
      • getLabelOrientation

        public BarExtra.ORIENTATION getLabelOrientation()
        Returns:
        the labelOrientation
      • setLabelOrientation

        public void setLabelOrientation(BarExtra.ORIENTATION labelOrientation)
        Parameters:
        labelOrientation - the labelOrientation to set
      • setLabelOrientation

        public void setLabelOrientation(java.lang.String s)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.