|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisualRelation | |
jcreek.gui.conceptmap |
Uses of VisualRelation in jcreek.gui.conceptmap |
Methods in jcreek.gui.conceptmap that return VisualRelation | |
VisualRelation |
ConceptMapView.findVisualRelation(java.awt.Point p)
|
VisualRelation |
ConceptMapModel.addRelation(Relation rel)
Adds a Relation to the ConceptMap by creating a VisualRealtion that is a wrapper for the Relation. |
VisualRelation |
ConceptMapModel.getVisualRelation(Relation rel)
Returns the VisualRelation that represents the given relation in this model. |
Methods in jcreek.gui.conceptmap with parameters of type VisualRelation | |
void |
ConceptMapView.drawEdge(java.awt.Graphics2D graphics,
VisualRelation relation,
int cnt)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |