Class RMGraphBar

java.lang.Object
com.reportmill.shape.RMGraphBar

public class RMGraphBar extends Object
This class generates (and represents) a RPG'd bar graph content.
  • Constructor Details

    • RMGraphBar

      public RMGraphBar(RMGraphRPG aGraphRPG)
      Creates a bar graph maker.
  • Method Details

    • getGraph

      public RMGraph getGraph()
      Returns the original graph that this graph content was generated from.
    • getGraphRPG

      public RMGraphRPG getGraphRPG()
      Returns the graphRPG that this graph content is generated for.
    • getGraphView

      public RMShape getGraphView()
      Returns the graph view.
    • addBars

      public void addBars()
      Adds the bars to the graph content.