Uses of Class
org.jtgl.core.JTGLPoint

Packages that use JTGLPoint
org.jtgl.core   
org.jtgl.gaming   
 

Uses of JTGLPoint in org.jtgl.core
 

Methods in org.jtgl.core that return JTGLPoint
 JTGLPoint JTGLPoint.getClone()
           
 

Methods in org.jtgl.core with parameters of type JTGLPoint
 void JTGLPoint.copy(JTGLPoint from)
           
 void JTGLPoint.setLocation(JTGLPoint point)
           
 

Constructors in org.jtgl.core with parameters of type JTGLPoint
JTGLPoint(JTGLPoint point)
           
 

Uses of JTGLPoint in org.jtgl.gaming
 

Methods in org.jtgl.gaming that return JTGLPoint
 JTGLPoint Surface.getAbsRefLocation()
           
 JTGLPoint Surface.getCenterLocation()
           
 JTGLPoint Surface.getLocation()
           
 JTGLPoint Surface.getRefLocation()