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