Class AbstractChartGeneratorWithAxisLabels<T extends org.jfree.data.general.Dataset>

    • Field Detail

      • m_LabelX

        protected String m_LabelX
        the label for the X axis.
      • m_LabelY

        protected String m_LabelY
        the label for the Y axis.
    • Constructor Detail

      • AbstractChartGeneratorWithAxisLabels

        public AbstractChartGeneratorWithAxisLabels()
    • Method Detail

      • setLabelX

        public void setLabelX​(String value)
        Sets the label for the X axis.
        Parameters:
        value - the label
      • getLabelX

        public String getLabelX()
        Returns the label for the X axis.
        Returns:
        the label
      • labelXTipText

        public String labelXTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setLabelY

        public void setLabelY​(String value)
        Sets the label for the Y axis.
        Parameters:
        value - the label
      • getLabelY

        public String getLabelY()
        Returns the label for the Y axis.
        Returns:
        the label
      • labelYTipText

        public String labelYTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.