|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisualEntity | |
jcreek.gui.conceptmap | |
jcreek.gui.conceptmap.tool |
Uses of VisualEntity in jcreek.gui.conceptmap |
Methods in jcreek.gui.conceptmap that return VisualEntity | |
VisualEntity |
ConceptMapView.findVisualEntity(java.awt.Point viewPoint)
|
VisualEntity |
ConceptMapModel.addEntity(Entity entity,
java.awt.Point pos)
Adds an Entity to the ConceptMapModel by creating a VisualEntity that is a wrapper for the Entity, containg the position of it within the model. |
VisualEntity |
ConceptMapModel.getVisualEntity(Entity entity)
Returns the VisualEntity that represents the given entity in this model. |
Methods in jcreek.gui.conceptmap with parameters of type VisualEntity | |
void |
ConceptMapView.drawNode(java.awt.Graphics2D graphics,
VisualEntity entity)
|
Constructors in jcreek.gui.conceptmap with parameters of type VisualEntity | |
VisualRelation(VisualEntity from,
VisualEntity to,
Relation relation)
Creates a new VisualRelation. |
Uses of VisualEntity in jcreek.gui.conceptmap.tool |
Fields in jcreek.gui.conceptmap.tool declared as VisualEntity | |
protected VisualEntity |
DragTool.pressVertex
Vertex the user pressed on in mousePressed(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |