Class CellDividerTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class CellDividerTool extends Tool
Provides ReportMill UI editing for CellDivider shape.
  • Constructor Details

    • CellDividerTool

      public CellDividerTool()
  • Method Details

    • getHandleCount

      public int getHandleCount(RMShape aShape)
      Overrides tool method to indicate that cell dividers have no handles.
      Overrides:
      getHandleCount in class Tool
    • paintTool

      public void paintTool(Graphics2D g)
      Highlights the selected cells or dividers.
      Overrides:
      paintTool in class Tool