|
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.RMGraphPartPie
public class RMGraphPartPie
This shape is used by graph area to hold attributes of pies.
Field Summary | |
---|---|
static java.lang.String |
EXTRUDE_ALL
|
static java.lang.String |
EXTRUDE_CUSTOM
|
static java.lang.String |
EXTRUDE_FIRST
|
static java.lang.String |
EXTRUDE_LAST
|
static java.lang.String |
EXTRUDE_NONE
|
static java.lang.String[] |
EXTRUSIONS
|
Fields inherited from class com.reportmill.shape.RMShape |
---|
WRAP_TYPE_BOTH, WRAP_TYPE_NONE |
Constructor Summary | |
---|---|
RMGraphPartPie()
|
Method Summary | |
---|---|
void |
copy(java.lang.Object anObj)
Copies the attributes from the given object into receiver (for undo). |
boolean |
equals(java.lang.Object anObj)
Standard equals implementation. |
java.lang.Object |
fromXML(com.reportmill.archiver.RXArchiver anArchiver,
com.reportmill.archiver.RXElement anElement)
XML unarchival. |
boolean |
getDrawWedgeLabelLines()
Returns whether a pie graph draws lines from the wedges to wedge labels. |
java.lang.String |
getExtrusionKey()
Returns the key used to determine which pie wedges get extruded. |
void |
setDrawWedgeLabelLines(boolean aFlag)
Sets whether a pie graph draws lines from the wedges to wedge labels. |
void |
setExtrusionKey(java.lang.String aKey)
Sets the key used to determine which pie wedges get extruded. |
com.reportmill.archiver.RXElement |
toXML(com.reportmill.archiver.RXArchiver anArchiver)
XML archival. |
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 |
Field Detail |
---|
public static final java.lang.String EXTRUDE_NONE
public static final java.lang.String EXTRUDE_FIRST
public static final java.lang.String EXTRUDE_LAST
public static final java.lang.String EXTRUDE_ALL
public static final java.lang.String EXTRUDE_CUSTOM
public static final java.lang.String[] EXTRUSIONS
Constructor Detail |
---|
public RMGraphPartPie()
Method Detail |
---|
public boolean getDrawWedgeLabelLines()
public void setDrawWedgeLabelLines(boolean aFlag)
public java.lang.String getExtrusionKey()
public void setExtrusionKey(java.lang.String aKey)
public boolean equals(java.lang.Object anObj)
equals
in class RMShape
public void copy(java.lang.Object anObj)
copy
in class RMShape
public com.reportmill.archiver.RXElement toXML(com.reportmill.archiver.RXArchiver anArchiver)
toXML
in class RMShape
public java.lang.Object fromXML(com.reportmill.archiver.RXArchiver anArchiver, com.reportmill.archiver.RXElement anElement)
fromXML
in class RMShape
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |