Class RMGraphRPG
- java.lang.Object
- 
- com.inductiveautomation.rm.graphing.RMGraphRPG
 
- 
- Direct Known Subclasses:
- RMGraphRPGBar,- RMGraphRPGPie
 
 public abstract class RMGraphRPG extends java.lang.ObjectA shape class for a generated RMGraph.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRMGraphRPG.GraphShapeAn interface to identify generated graph shapes.
 - 
Constructor SummaryConstructors Constructor Description RMGraphRPG(RMGraph aGraph, ReportOwner anRptOwner)Creates a new RMGraphRPG for a graph and a report owner.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract RMParentShapecreateGraphShape()Creates the graph shape.RMGraphgetGraph()Returns the source graph.RMParentShapegetGraphShape()Returns the graph shape.RMGroupgetObjects()Returns the graph objects.ReportOwnergetReportOwner()Returns the ReportOwner.RMGraphSectiongetSection(int anIndex)Returns the individual section at the given index.intgetSectionCount()Returns the number of sections in this graph.java.util.List<RMGraphSection>getSections()Returns the graph sections.java.util.List<RMGraphSeries>getSeries()Returns the list of series.RMGraphSeriesgetSeries(int anIndex)Returns the individual series at the given index.intgetSeriesCount()Returns the number of series in this graph.booleanisMeshed()Returns whether section layout is meshed.
 
- 
- 
- 
Constructor Detail- 
RMGraphRPGpublic RMGraphRPG(RMGraph aGraph, ReportOwner anRptOwner) Creates a new RMGraphRPG for a graph and a report owner.
 
- 
 - 
Method Detail- 
getGraphpublic RMGraph getGraph() Returns the source graph.
 - 
getReportOwnerpublic ReportOwner getReportOwner() Returns the ReportOwner.
 - 
getGraphShapepublic RMParentShape getGraphShape() Returns the graph shape.
 - 
createGraphShapeprotected abstract RMParentShape createGraphShape() Creates the graph shape.
 - 
isMeshedpublic boolean isMeshed() Returns whether section layout is meshed.
 - 
getObjectspublic RMGroup getObjects() Returns the graph objects.
 - 
getSeriesCountpublic int getSeriesCount() Returns the number of series in this graph.
 - 
getSeriespublic RMGraphSeries getSeries(int anIndex) Returns the individual series at the given index.
 - 
getSeriespublic java.util.List<RMGraphSeries> getSeries() Returns the list of series.
 - 
getSectionCountpublic int getSectionCount() Returns the number of sections in this graph.
 - 
getSectionpublic RMGraphSection getSection(int anIndex) Returns the individual section at the given index.
 - 
getSectionspublic java.util.List<RMGraphSection> getSections() Returns the graph sections.
 
- 
 
-