public abstract class RMGraphRPG
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
RMGraphRPG.GraphShape
An interface to identify generated graph shapes.
|
Constructor and Description |
---|
RMGraphRPG(RMGraph aGraph,
ReportOwner anRptOwner)
Creates a new RMGraphRPG for a graph and a report owner.
|
Modifier and Type | Method and Description |
---|---|
RMGraph |
getGraph()
Returns the source graph.
|
RMParentShape |
getGraphShape()
Returns the graph shape.
|
RMGroup |
getObjects()
Returns the graph objects.
|
ReportOwner |
getReportOwner()
Returns the ReportOwner.
|
RMGraphSection |
getSection(int anIndex)
Returns the individual section at the given index.
|
int |
getSectionCount()
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.
|
RMGraphSeries |
getSeries(int anIndex)
Returns the individual series at the given index.
|
int |
getSeriesCount()
Returns the number of series in this graph.
|
boolean |
isMeshed()
Returns whether section layout is meshed.
|
public RMGraphRPG(RMGraph aGraph, ReportOwner anRptOwner)
public RMGraph getGraph()
public ReportOwner getReportOwner()
public RMParentShape getGraphShape()
public boolean isMeshed()
public RMGroup getObjects()
public int getSeriesCount()
public RMGraphSeries getSeries(int anIndex)
public java.util.List<RMGraphSeries> getSeries()
public int getSectionCount()
public RMGraphSection getSection(int anIndex)
public java.util.List<RMGraphSection> getSections()