|
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.RMGraphPartValueAxis
public class RMGraphPartValueAxis
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 | |
---|---|
RMGraphPartValueAxis()
|
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 defaults to Arial 10. |
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. |
int |
getAxisCount()
Returns the number of increments in the axis. |
float |
getAxisMax()
Returns the axis maximum. |
float |
getAxisMin()
Returns the axis minimum. |
boolean |
getShowAxisLabels()
Returns whether the graph draws axis labels. |
boolean |
getShowMajorGrid()
Returns whether the graph draws the major axis. |
boolean |
getShowMinorGrid()
Returns whether the graph draws the minor axis. |
void |
setAxisCount(int aValue)
Sets the number of increments in the axis. |
void |
setAxisMax(float aValue)
Sets the axis maximum. |
void |
setAxisMin(float aValue)
Sets the axis minimum. |
void |
setShowAxisLabels(boolean aFlag)
Sets whether the graph draws axis labels. |
void |
setShowMajorGrid(boolean aFlag)
Sets whether the graph draws the major axis. |
void |
setShowMinorGrid(boolean aFlag)
Sets whether the graph draws the minor axis. |
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 RMGraphPartValueAxis()
Method Detail |
---|
public RMXString createXString()
public boolean getShowAxisLabels()
public void setShowAxisLabels(boolean aFlag)
public boolean getShowMajorGrid()
public void setShowMajorGrid(boolean aFlag)
public boolean getShowMinorGrid()
public void setShowMinorGrid(boolean aFlag)
public float getAxisMin()
public void setAxisMin(float aValue)
public float getAxisMax()
public void setAxisMax(float aValue)
public int getAxisCount()
public void setAxisCount(int aValue)
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 |