|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.reportmill.base.RMObject
com.reportmill.shape.RMShape
com.reportmill.shape.graph.RMGraphRPG
public class RMGraphRPG
This class represents a report generated graph.
Field Summary |
---|
Fields inherited from class com.reportmill.shape.RMShape |
---|
WRAP_TYPE_BOTH, WRAP_TYPE_NONE |
Constructor Summary | |
---|---|
RMGraphRPG(com.reportmill.base.ReportMill aReportMill,
RMGraph aGraph)
Returns a report generated graph from an original graph and a ReportMill. |
Method Summary | |
---|---|
RMColor[] |
getColors()
Returns the array of colors to be used for graph bars/wedges. |
RMGraph |
getGraph()
Returns the graph that this graphRPG is generated from. |
float |
getInterval(int anIndex)
Returns the individual interval at a given index as a float value. |
int |
getIntervalCount()
Returns the number of intervals for this filled graph. |
float |
getIntervalLast()
Returns the last interval as a float value. |
java.lang.Number |
getIntervalNumber(int anIndex)
Returns the individual interval at a given index as a Number. |
int |
getMinorTickCount()
Returns the number of suggested ticks between the intervals of the RPG'd graph. |
com.reportmill.base.ReportMill |
getReportMill()
Returns the ReportMill for RPG. |
static RMShape |
getSampleGraphArea(RMGraphArea aGraphArea)
Returns a filled graph area for a given graph area. |
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 |
getSections()
Returns the list of sections for the graph. |
RMGraphSeries |
getSeries(int anIndex)
Returns the individual series at the given index. |
int |
getSeriesCount()
Returns the number of series in this graph. |
void |
setGraph(RMGraph aGraph)
Sets the graph that this graphRPG is generated from. |
Methods inherited from class com.reportmill.base.RMObject |
---|
didUndo, getAnimAttribute, getClassNameShort |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RMGraphRPG(com.reportmill.base.ReportMill aReportMill, RMGraph aGraph)
Method Detail |
---|
public RMGraph getGraph()
public void setGraph(RMGraph aGraph)
public com.reportmill.base.ReportMill getReportMill()
public int getSeriesCount()
public RMGraphSeries getSeries(int anIndex)
public int getSectionCount()
public RMGraphSection getSection(int anIndex)
public java.util.List getSections()
public int getIntervalCount()
public float getInterval(int anIndex)
public float getIntervalLast()
public java.lang.Number getIntervalNumber(int anIndex)
public int getMinorTickCount()
public RMColor[] getColors()
public static RMShape getSampleGraphArea(RMGraphArea aGraphArea)
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |