|
ReportMill 11 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.graphing.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 | |
---|---|
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 |
fromXMLShape(com.reportmill.archiver.RXArchiver anArchiver,
com.reportmill.archiver.RXElement anElement,
java.lang.Object anOwner)
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 |
toXMLShape(com.reportmill.archiver.RXArchiver anArchiver,
java.lang.Object anOwner)
XML archival. |
Methods inherited from class com.reportmill.shape.RMRectangle |
---|
getRadius |
Methods inherited from class com.reportmill.base.RMObject |
---|
addListener, addPropertyChangeListener, firePropertyChange, getListener, getListenerCount, getListeners, isFirePropertyChangeEnabled, isUndoing, removeListener, removePropertyChangeListener, setFirePropertyChangeEnabled, setUndoing |
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 com.reportmill.archiver.RXElement toXMLShape(com.reportmill.archiver.RXArchiver anArchiver, java.lang.Object anOwner)
toXMLShape
in class RMText
public java.lang.Object fromXMLShape(com.reportmill.archiver.RXArchiver anArchiver, com.reportmill.archiver.RXElement anElement, java.lang.Object anOwner)
fromXMLShape
in class RMText
|
ReportMill 11 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |