|
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.RMRectangle
com.reportmill.shape.RMText
com.reportmill.shape.graph.RMGraphPartSeries
public class RMGraphPartSeries
This shape is used by graph area to hold attributes of the value axis.
Field Summary | |
---|---|
static java.lang.String |
POSITION_BOTTOM
|
static java.lang.String |
POSITION_MIDDLE
|
static java.lang.String |
POSITION_OUTSIDE
|
static java.lang.String |
POSITION_TOP
|
Fields inherited from class com.reportmill.shape.RMText |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_FULL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, WRAP_BASIC, WRAP_NONE, WRAP_SCALE |
Fields inherited from class com.reportmill.shape.RMShape |
---|
WRAP_TYPE_BOTH, WRAP_TYPE_NONE |
Constructor Summary | |
---|---|
RMGraphPartSeries(RMGraphArea aGraphArea)
Creates a new series part. |
Method Summary | |
---|---|
void |
copy(java.lang.Object anObj)
Copies the attributes from the given object into receiver (for undo). |
RMXString |
createXString()
Overrides RMText method to create an xstring that is aligned center by default. |
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. |
java.lang.String |
getPosition()
Returns the value label position (top, middle, bottom, outside). |
java.lang.String |
getTitle()
Returns the title of the series. |
void |
setPosition(java.lang.String aPosition)
Sets the value label position (top, middle, bottom, outside). |
void |
setTitle(java.lang.String aTitle)
Sets the title of the series. |
com.reportmill.archiver.RXElement |
toXML(com.reportmill.archiver.RXArchiver anArchiver)
XML archival. |
Methods inherited from class com.reportmill.shape.RMRectangle |
---|
getRadius |
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 POSITION_TOP
public static final java.lang.String POSITION_MIDDLE
public static final java.lang.String POSITION_BOTTOM
public static final java.lang.String POSITION_OUTSIDE
Constructor Detail |
---|
public RMGraphPartSeries(RMGraphArea aGraphArea)
Method Detail |
---|
public java.lang.String getTitle()
public void setTitle(java.lang.String aTitle)
public java.lang.String getPosition()
public void setPosition(java.lang.String aPosition)
public RMXString createXString()
public boolean equals(java.lang.Object anObj)
equals
in class RMText
public void copy(java.lang.Object anObj)
copy
in class RMText
public com.reportmill.archiver.RXElement toXML(com.reportmill.archiver.RXArchiver anArchiver)
toXML
in class RMText
public java.lang.Object fromXML(com.reportmill.archiver.RXArchiver anArchiver, com.reportmill.archiver.RXElement anElement)
fromXML
in class RMText
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |