All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.samples.javadraw.JavaDrawViewer
CH.ifa.draw.samples.javadraw.JavaDrawViewer
- public class JavaDrawViewer
- implements DrawingEditor
-
JavaDrawViewer()
-
-
drawing()
- Gets the editor's drawing.
-
init()
-
-
selectionChanged(DrawingView)
- Ignore selection changes, we don't show any selection
-
showStatus(String)
- Shows a status message in the editor's user interface
-
tool()
- Gets the current the tool (there is only one):
-
toolDone()
- Sets the editor's default tool.
-
view()
- Gets the editor's drawing view.
JavaDrawViewer
public JavaDrawViewer()
init
public void init()
view
public DrawingView view()
- Gets the editor's drawing view.
drawing
public Drawing drawing()
- Gets the editor's drawing.
tool
public Tool tool()
- Gets the current the tool (there is only one):
toolDone
public void toolDone()
- Sets the editor's default tool. Do nothing since we only have one tool.
selectionChanged
public void selectionChanged(DrawingView view)
- Ignore selection changes, we don't show any selection
All Packages Class Hierarchy This Package Previous Next Index