Interface RMGraphRPGBar.BarGraphShape
- 
- All Superinterfaces:
- RMGraphRPG.GraphShape
 - All Known Implementing Classes:
- RMGraphRPGBar.BarGraphShape2D
 - Enclosing class:
- RMGraphRPGBar
 
 public static interface RMGraphRPGBar.BarGraphShape extends RMGraphRPG.GraphShape An interface for a shape that renders a bar graph from bar graph pieces.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAxis(RMShape aShape)Add axis.voidaddBar(RMShape aBar, int aLayer)Add Bar.voidaddBarLabel(RMShape aBarLabel, RMGraphPartSeries.LabelPos aVersion)Add bar label.voidaddGridLineMajor(RMLineShape aLine)Add grid line.voidaddGridLineMinor(RMLineShape aLine)Add grid line.voidaddGridLineSeparator(RMLineShape aLine)Add grid line.voidaddLabelAxisLabel(RMShape anAxisLabel)Add label axis label.voidaddValueAxisLabel(RMShape anAxisLabel)Add value axis label.- 
Methods inherited from interface com.inductiveautomation.rm.graphing.RMGraphRPG.GraphShapegetGraphRPG, setGraphRPG
 
- 
 
- 
- 
- 
Method Detail- 
addGridLineMajorvoid addGridLineMajor(RMLineShape aLine) Add grid line.
 - 
addGridLineMinorvoid addGridLineMinor(RMLineShape aLine) Add grid line.
 - 
addGridLineSeparatorvoid addGridLineSeparator(RMLineShape aLine) Add grid line.
 - 
addBarvoid addBar(RMShape aBar, int aLayer) Add Bar.
 - 
addBarLabelvoid addBarLabel(RMShape aBarLabel, RMGraphPartSeries.LabelPos aVersion) Add bar label.
 - 
addAxisvoid addAxis(RMShape aShape) Add axis.
 - 
addValueAxisLabelvoid addValueAxisLabel(RMShape anAxisLabel) Add value axis label.
 - 
addLabelAxisLabelvoid addLabelAxisLabel(RMShape anAxisLabel) Add label axis label.
 
- 
 
-