Class RMGraphRPG
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphRPG
- Direct Known Subclasses:
RMGraphRPGBar
,RMGraphRPGPie
A shape class for a generated RMGraph.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
An interface to identify generated graph shapes. -
Constructor Summary
ConstructorsConstructorDescriptionRMGraphRPG
(RMGraph aGraph, ReportOwner anRptOwner) Creates a new RMGraphRPG for a graph and a report owner. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract RMParentShape
Creates the graph shape.getGraph()
Returns the source graph.Returns the graph shape.Returns the graph objects.Returns the ReportOwner.getSection
(int anIndex) Returns the individual section at the given index.int
Returns the number of sections in this graph.Returns the graph sections.Returns the list of series.getSeries
(int anIndex) Returns the individual series at the given index.int
Returns the number of series in this graph.boolean
isMeshed()
Returns whether section layout is meshed.
-
Constructor Details
-
RMGraphRPG
Creates a new RMGraphRPG for a graph and a report owner.
-
-
Method Details
-
getGraph
Returns the source graph. -
getReportOwner
Returns the ReportOwner. -
getGraphShape
Returns the graph shape. -
createGraphShape
Creates the graph shape. -
isMeshed
public boolean isMeshed()Returns whether section layout is meshed. -
getObjects
Returns the graph objects. -
getSeriesCount
public int getSeriesCount()Returns the number of series in this graph. -
getSeries
Returns the individual series at the given index. -
getSeries
Returns the list of series. -
getSectionCount
public int getSectionCount()Returns the number of sections in this graph. -
getSection
Returns the individual section at the given index. -
getSections
Returns the graph sections.
-