Package mgui.interfaces.graphs.shapes
Class GraphImage
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.interfaces.graphs.shapes.GraphShape
mgui.interfaces.graphs.shapes.GraphImage
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.VisualizationServer.Paintable
,InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class GraphImage extends GraphShape
Draws an image on a graph display.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.interfaces.AbstractInterfaceObject
isDestroyed, tree_nodes
-
Constructor Summary
Constructors Constructor Description GraphImage()
GraphImage(java.awt.image.BufferedImage image, org.jogamp.vecmath.Point2f p1, org.jogamp.vecmath.Point2f p2)
-
Method Summary
Methods inherited from class mgui.interfaces.graphs.shapes.GraphShape
getDrawingEngine, paint, useTransform
Methods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode, updateTreeNodes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GraphImage
public GraphImage() -
GraphImage
public GraphImage(java.awt.image.BufferedImage image, org.jogamp.vecmath.Point2f p1, org.jogamp.vecmath.Point2f p2)
-