Interface Drawer


public interface Drawer
Author:
Pierre Lando
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(DrawingTools drawingTools)
    Ask this drawer to draw with the given drawing tools.
    boolean
     
  • Method Details

    • draw

      void draw(DrawingTools drawingTools)
      Ask this drawer to draw with the given drawing tools.
      Parameters:
      drawingTools - the givens drawing tools.
    • is2DView

      boolean is2DView()
      Returns:
      true if it is a 2D drawing