Class RMGraphPie

java.lang.Object
com.reportmill.shape.RMGraphPie

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

    • RMGraphPie

      public RMGraphPie(RMGraphRPG aGraphRPG)
      Creates a pie graph content for the given graph content and graphRPG.
  • 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.
    • configure

      protected void configure()
      This is the workhorse method that really configures the graph content.