Class RMGraphLegend

    • Constructor Detail

      • RMGraphLegend

        public RMGraphLegend()
    • Method Detail

      • getGraph

        public RMGraph getGraph()
        Returns the graph that owns this legend.
      • getLegendText

        public java.lang.String getLegendText()
        Returns the legend text.
      • setLegendText

        public void setLegendText​(java.lang.String aString)
        Sets the legend text.
      • getColumnCount

        public int getColumnCount()
        Returns the number of columns in legend.
      • setColumnCount

        public void setColumnCount​(int aValue)
        Sets the number of columns in legend.
      • getFont

        public RMFont getFont()
        Override to forward to TextShape.
        Overrides:
        getFont in class RMShape
      • setFont

        public void setFont​(RMFont aFont)
        Override to forward to TextShape.
        Overrides:
        setFont in class RMShape
      • layoutChildren

        protected void layoutChildren()
        Override to layout legend.
        Overrides:
        layoutChildren in class RMFlowShape