Uses of Interface
org.lwjgl.util.WritablePoint

Packages that use WritablePoint
org.lwjgl.util   
 

Uses of WritablePoint in org.lwjgl.util
 

Subinterfaces of WritablePoint in org.lwjgl.util
 interface WritableRectangle
          Write interface for Rectangles
 

Classes in org.lwjgl.util that implement WritablePoint
 class Point
          A 2D integer point class, which looks remarkably like an AWT one.
 class Rectangle
          A 2D integer Rectangle class which looks remarkably like an AWT one.
 

Methods in org.lwjgl.util with parameters of type WritablePoint
 void Point.getLocation(WritablePoint dest)
           
 void ReadablePoint.getLocation(WritablePoint dest)
          Copy this ReadablePoint into a destination Point
 void Rectangle.getLocation(WritablePoint dest)
           
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.