Uses of Class
jcreek.cke.util.DPoint

Packages that use DPoint
jcreek.cke.conceptview   
jcreek.cke.graph   
jcreek.cke.tool   
jcreek.cke.util   
 

Uses of DPoint in jcreek.cke.conceptview
 

Fields in jcreek.cke.conceptview declared as DPoint
protected  DPoint[] VisualRelation.points_
           
 

Methods in jcreek.cke.conceptview that return DPoint
 DPoint VisualEntity.intersectWithLineTo(DPoint to)
           
 DPoint VisualEntity.getPosition()
           
 DPoint DrawingSurface.getOffset()
           
 DPoint DrawingSurface.activateEntity(VisualEntity activator)
           
 DPoint ConceptView.activateEntity(VisualEntity activator)
           
 

Methods in jcreek.cke.conceptview with parameters of type DPoint
 void VisualEntity.setPosition(DPoint new_position)
           
 DPoint VisualEntity.intersectWithLineTo(DPoint to)
           
 

Uses of DPoint in jcreek.cke.graph
 

Methods in jcreek.cke.graph that return DPoint
 DPoint Node.getPosition()
           
 

Uses of DPoint in jcreek.cke.tool
 

Fields in jcreek.cke.tool declared as DPoint
protected  DPoint ZoomTool.leftTop
          LEFT TOP of the selection region
protected  DPoint ZoomTool.rightBottom
          RIGHT BOTTOM of the selection region
 

Methods in jcreek.cke.tool with parameters of type DPoint
protected  boolean ZoomTool.contains(DPoint loc)
           
 

Uses of DPoint in jcreek.cke.util
 

Methods in jcreek.cke.util with parameters of type DPoint
 boolean DPoint.equals(DPoint other)
           
 void DPoint.move(DPoint to)
           
 

Constructors in jcreek.cke.util with parameters of type DPoint
DPoint(DPoint init)
           
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group