Class ScaleLabel


  • public class ScaleLabel
    extends Object
    The
    • Constructor Detail

      • ScaleLabel

        public ScaleLabel()
    • Method Detail

      • isDisplay

        public boolean isDisplay()
        Whether the label should be displayed.
        Returns:
        true if it should be displayed.
      • setDisplay

        public void setDisplay​(boolean display)
        Set if this label should be displayed.
        Parameters:
        display - true if it should be displayed.
      • getLabelString

        public String getLabelString()
        Get the label.
        Returns:
        The label string.
      • setLabelString

        public void setLabelString​(String labelString)
        Set the label.
        Parameters:
        labelString - The label string.