Class DiagramController
java.lang.Object
rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.diagram.controller.DiagramController
- All Implemented Interfaces:
IDiagramController
public class DiagramController extends Object implements IDiagramController
Controller for
IDiagramView
.-
Constructor Summary
Constructors Constructor Description DiagramController(IMindMapPanel mindMapPanel)
-
Method Summary
Modifier and Type Method Description RenderedImage
exportImage()
Creates a PNG binary render of the image.IDiagramView
getView()
-
Constructor Details
-
DiagramController
-
-
Method Details
-
getView
- Specified by:
getView
in interfaceIDiagramController
-
exportImage
Description copied from interface:IDiagramController
Creates a PNG binary render of the image.- Specified by:
exportImage
in interfaceIDiagramController
-