Uses of Class
jcreek.cke.util.DDimension

Packages that use DDimension
jcreek.cke.conceptview   
jcreek.cke.graph   
jcreek.cke.util   
jcreek.cke.visualizer   
 

Uses of DDimension in jcreek.cke.conceptview
 

Methods in jcreek.cke.conceptview that return DDimension
 DDimension VisualEntity.getBoundingBox()
           
 DDimension DrawingSurface.contentsSize()
           
 

Methods in jcreek.cke.conceptview with parameters of type DDimension
 void VisualEntity.setBoundingBox(DDimension new_bbox)
           
 

Uses of DDimension in jcreek.cke.graph
 

Methods in jcreek.cke.graph that return DDimension
 DDimension Node.getBoundingBox()
           
 

Uses of DDimension in jcreek.cke.util
 

Methods in jcreek.cke.util with parameters of type DDimension
 void DDimension.setTo(DDimension from)
           
 boolean DDimension.equals(DDimension other)
           
 

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

Uses of DDimension in jcreek.cke.visualizer
 

Methods in jcreek.cke.visualizer that return DDimension
 DDimension ScrollView.getPortSize()
           
 DDimension ScrollView.getContentSize()
           
 DDimension ScrollView.getOffset()
           
 



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