|
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.RMGraphViewPie
public class RMGraphViewPie
This class generates (and represents) a RPG'd pie graph area.
Field Summary |
---|
Fields inherited from class com.reportmill.shape.RMShape |
---|
WRAP_TYPE_BOTH, WRAP_TYPE_NONE |
Constructor Summary | |
---|---|
RMGraphViewPie(RMGraphRPG aGraphRPG)
Creates a pie graph area for the given graph area and graphRPG. |
Method Summary | |
---|---|
void |
addWedge(RMShape aBar)
Implements PieView method to just add wedge shape. |
void |
addWedgeLabel(RMText aLabel)
Implements PieView method to just add wedge label shape. |
void |
addWedgeLabelLine(RMLineSegment aLine)
Implements PieView method to just add wedge label line shape. |
RMGraph |
getGraph()
Returns the original graph that this graph area was generated from. |
RMGraphRPG |
getGraphRPG()
Returns the graphRPG that this graph area is generated for. |
RMShape |
getGraphView()
Returns the graph view. |
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 RMGraphViewPie(RMGraphRPG aGraphRPG)
Method Detail |
---|
public RMGraph getGraph()
public RMGraphRPG getGraphRPG()
public RMShape getGraphView()
public void addWedge(RMShape aBar)
addWedge
in interface RMGraphView.PieView
public void addWedgeLabel(RMText aLabel)
addWedgeLabel
in interface RMGraphView.PieView
public void addWedgeLabelLine(RMLineSegment aLine)
addWedgeLabelLine
in interface RMGraphView.PieView
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |