|
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.RMGraphPartBars
public class RMGraphPartBars
This shape is used by graph area to hold attributes of bars.
Field Summary |
---|
Fields inherited from class com.reportmill.shape.RMShape |
---|
WRAP_TYPE_BOTH, WRAP_TYPE_NONE |
Constructor Summary | |
---|---|
RMGraphPartBars()
|
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. |
int |
getBarCount()
Returns the minimum number of bars for the graph to provide space for in a section. |
float |
getBarGap()
Returns the width of the gap between bars in a set as a fraction of bar width. |
float |
getSetGap()
Returns the width of the gap between sets as a fraction of chart area. |
void |
setBarCount(int aValue)
Sets the minimum number of bars for the graph to provide space for in a section. |
void |
setBarGap(float aValue)
Sets width of the gap between bars in a set as a fraction of bar width. |
void |
setSetGap(float aValue)
Sets the width of the gap between sets as a fraction of chart area. |
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 |
Constructor Detail |
---|
public RMGraphPartBars()
Method Detail |
---|
public float getBarGap()
public void setBarGap(float aValue)
public float getSetGap()
public void setSetGap(float aValue)
public int getBarCount()
public void setBarCount(int aValue)
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 |