public class RMGraphRPGPie extends RMGraphRPG
Modifier and Type | Class and Description |
---|---|
static interface |
RMGraphRPGPie.PieGraphShape
An interface for a shape that renders a bar graph from bar graph pieces.
|
RMGraphRPG.GraphShape
Constructor and Description |
---|
RMGraphRPGPie(RMGraph aGraph,
ReportOwner anRptOwner)
Creates a pie graph area for the given graph area and graphRPG.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMeshed()
Override to force pie charts to be meshed if only one key.
|
getGraph, getGraphShape, getObjects, getReportOwner, getSection, getSectionCount, getSections, getSeries, getSeries, getSeriesCount
public RMGraphRPGPie(RMGraph aGraph, ReportOwner anRptOwner)
public boolean isMeshed()
isMeshed
in class RMGraphRPG