Package org.scilab.forge.scirenderer
Interface Drawer
public interface Drawer
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(DrawingTools drawingTools) Ask this drawer to draw with the given drawing tools.boolean
is2DView()
-
Method Details
-
draw
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
-