|
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.RMGraphPartLabelAxis
public class RMGraphPartLabelAxis
This shape is used by graph area to hold attributes of the value axis.
Field Summary |
---|
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 | |
---|---|
RMGraphPartLabelAxis()
|
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 |
getItemKey()
Returns the item key. |
boolean |
getShowAxisLabels()
Returns whether the graph shows axis labels. |
boolean |
getShowGridLines()
Returns whether the graph shows grid lines between label axis sections. |
void |
setItemKey(java.lang.String aKey)
Sets the item key. |
void |
setShowAxisLabels(boolean aFlag)
Sets whether the graph shows axis labels. |
void |
setShowGridLines(boolean aFlag)
Sets whether the graph shows grid lines between label axis sections. |
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 |
Constructor Detail |
---|
public RMGraphPartLabelAxis()
Method Detail |
---|
public boolean getShowAxisLabels()
public void setShowAxisLabels(boolean aFlag)
public boolean getShowGridLines()
public void setShowGridLines(boolean aFlag)
public java.lang.String getItemKey()
public void setItemKey(java.lang.String aKey)
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 |