Interface RMGraphBar.GraphBarView

All Known Implementing Classes:
RMGraphBar.RMGraphBarView, RMGraphBarView3D
Enclosing class:
RMGraphBar

public static interface RMGraphBar.GraphBarView
An interface for a shape that renders a bar graph from bar graph pieces.
  • Method Details

    • addGridLine

      void addGridLine(RMLineSegment aLine)
    • addBar

      void addBar(RMShape aBar)
    • addBarLabel

      void addBarLabel(RMShape aBarLabel, String aVersion)
    • addAxis

      void addAxis(RMShape aShape)
    • addAxisLabel

      void addAxisLabel(RMShape anAxisLabel)