|
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.RMGraphViewBar
public class RMGraphViewBar
This class generates (and represents) a RPG'd bar graph area.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.reportmill.shape.graph.RMGraphView |
---|
RMGraphView.BarView, RMGraphView.PieView |
Field Summary |
---|
Fields inherited from class com.reportmill.shape.RMShape |
---|
WRAP_TYPE_BOTH, WRAP_TYPE_NONE |
Constructor Summary | |
---|---|
RMGraphViewBar(RMGraphRPG aGraphRPG)
Creates a bar graph maker. |
Method Summary | |
---|---|
void |
addAxis(RMShape aShape)
Add axis shape. |
void |
addBar(RMShape aBar,
int aLayer)
Add bar shape. |
void |
addBarLabel(RMShape aBarLabel,
java.lang.String aVersion)
Add bar label. |
void |
addBars()
Adds the bars to the graph area. |
void |
addGridLineMajor(RMLineSegment aLine)
Add grid line major. |
void |
addGridLineMinor(RMLineSegment aLine)
Add grid line minor. |
void |
addGridLineSeparator(RMLineSegment aLine)
Add grid line separator |
void |
addLabelAxisLabel(RMShape anAxisLabel)
Add label axis label shape. |
void |
addValueAxisLabel(RMShape anAxisLabel)
Add value axis label shape. |
RMRect |
getBarBounds(int aSeriesIndex,
int anItemIndex)
Returns the bar bounds for bar at given series and item. |
RMShape |
getGraphView()
Returns the graph view. |
java.lang.String |
getPart(java.awt.geom.Point2D aPoint)
Returns the graph part for given point. |
boolean |
isVertical()
Returns whether graph is vertical. |
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 RMGraphViewBar(RMGraphRPG aGraphRPG)
Method Detail |
---|
public RMShape getGraphView()
public boolean isVertical()
public void addBars()
public RMRect getBarBounds(int aSeriesIndex, int anItemIndex)
public java.lang.String getPart(java.awt.geom.Point2D aPoint)
getPart
in interface RMGraphView
public void addGridLineMajor(RMLineSegment aLine)
addGridLineMajor
in interface RMGraphView.BarView
public void addGridLineMinor(RMLineSegment aLine)
addGridLineMinor
in interface RMGraphView.BarView
public void addGridLineSeparator(RMLineSegment aLine)
addGridLineSeparator
in interface RMGraphView.BarView
public void addBar(RMShape aBar, int aLayer)
addBar
in interface RMGraphView.BarView
public void addBarLabel(RMShape aBarLabel, java.lang.String aVersion)
addBarLabel
in interface RMGraphView.BarView
public void addAxis(RMShape aShape)
addAxis
in interface RMGraphView.BarView
public void addValueAxisLabel(RMShape anAxisLabel)
addValueAxisLabel
in interface RMGraphView.BarView
public void addLabelAxisLabel(RMShape anAxisLabel)
addLabelAxisLabel
in interface RMGraphView.BarView
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |