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 TypeMethodDescriptionvoid
Add axis.void
Add Bar.void
addBarLabel
(RMShape aBarLabel, RMGraphPartSeries.LabelPos aVersion) Add bar label.void
addGridLineMajor
(RMLineShape aLine) Add grid line.void
addGridLineMinor
(RMLineShape aLine) Add grid line.void
addGridLineSeparator
(RMLineShape aLine) Add grid line.void
addLabelAxisLabel
(RMShape anAxisLabel) Add label axis label.void
addValueAxisLabel
(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.
-