Class LabelVisualization

  • All Implemented Interfaces:
    VisualizationProcessor, VisFactory

    public class LabelVisualization
    extends java.lang.Object
    implements VisFactory
    Trivial "visualizer" that displays a static label. The visualizer is meant to be used for dimension labels in the overview.
    Since:
    0.3
    Author:
    Erich Schubert
    • Field Detail

      • label

        private java.lang.String label
        The label to render
      • rotated

        private boolean rotated
        Flag to indicate rotated labels (90 deg to the left)
    • Constructor Detail

      • LabelVisualization

        public LabelVisualization()
        Constructor. Solely for API purposes (Parameterizable!)
      • LabelVisualization

        public LabelVisualization​(java.lang.String label)
        The actually used constructor - with a static label.
        Parameters:
        label - Label to use
      • LabelVisualization

        public LabelVisualization​(java.lang.String label,
                                  boolean rotated)
        Constructor.
        Parameters:
        label - Label to use
        rotated - Rotated 90 deg to the left