Interface RMGraphRPGBar.BarGraphShape
- All Superinterfaces:
RMGraphRPG.GraphShape
- All Known Implementing Classes:
RMGraphRPGBar.BarGraphShape2D
- Enclosing class:
- RMGraphRPGBar
An interface for a shape that renders a bar graph from bar graph pieces.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd axis.voidAdd 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.GraphShape
getGraphRPG, setGraphRPG
-
Method Details
-
addGridLineMajor
Add grid line. -
addGridLineMinor
Add grid line. -
addGridLineSeparator
Add grid line. -
addBar
Add Bar. -
addBarLabel
Add bar label. -
addAxis
Add axis. -
addValueAxisLabel
Add value axis label. -
addLabelAxisLabel
Add label axis label.
-