Uses of Class
jcreek.cke.util.Matrix33

Packages that use Matrix33
jcreek.cke.conceptview   
jcreek.cke.util   
 

Uses of Matrix33 in jcreek.cke.conceptview
 

Methods in jcreek.cke.conceptview that return Matrix33
 Matrix33 DrawingSurface.getViewTransform()
           
 Matrix33 DrawingSurface.getMoveTransform()
           
 Matrix33 ConceptView.getViewTransform()
           
 Matrix33 ConceptView.getMoveTransform()
           
 

Methods in jcreek.cke.conceptview with parameters of type Matrix33
 void VisualRelation.draw(java.awt.Graphics2D graphics, Matrix33 transform)
           
 void VisualRelation.draw(java.awt.Graphics2D graphics, Matrix33 transform, double currentScale)
           
 void VisualEntity.draw(java.awt.Graphics2D graphics, Matrix33 transform)
           
 void VisualEntity.draw(java.awt.Graphics2D graphics, Matrix33 transform, double currentScale)
           
 

Uses of Matrix33 in jcreek.cke.util
 

Methods in jcreek.cke.util with parameters of type Matrix33
 void Matrix33.mult(Matrix33 mat2)
           
 void Matrix33.setTo(Matrix33 mat2)
           
 void DPoint.transform(Matrix33 matrix)
           
 

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



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