Interface RMGraphRPGBar.BarGraphShape

All Superinterfaces:
RMGraphRPG.GraphShape
All Known Implementing Classes:
RMGraphRPGBar.BarGraphShape2D
Enclosing class:
RMGraphRPGBar

public static interface RMGraphRPGBar.BarGraphShape extends RMGraphRPG.GraphShape
An interface for a shape that renders a bar graph from bar graph pieces.
  • Method Details

    • addGridLineMajor

      void addGridLineMajor(RMLineShape aLine)
      Add grid line.
    • addGridLineMinor

      void addGridLineMinor(RMLineShape aLine)
      Add grid line.
    • addGridLineSeparator

      void addGridLineSeparator(RMLineShape aLine)
      Add grid line.
    • addBar

      void addBar(RMShape aBar, int aLayer)
      Add Bar.
    • addBarLabel

      void addBarLabel(RMShape aBarLabel, RMGraphPartSeries.LabelPos aVersion)
      Add bar label.
    • addAxis

      void addAxis(RMShape aShape)
      Add axis.
    • addValueAxisLabel

      void addValueAxisLabel(RMShape anAxisLabel)
      Add value axis label.
    • addLabelAxisLabel

      void addLabelAxisLabel(RMShape anAxisLabel)
      Add label axis label.