Uses of Interface
org.lwjgl.util.ReadablePoint
-
Packages that use ReadablePoint Package Description org.lwjgl.util -
-
Uses of ReadablePoint in org.lwjgl.util
Subinterfaces of ReadablePoint in org.lwjgl.util Modifier and Type Interface Description interfaceReadableRectangleReadonly interface for RectanglesClasses in org.lwjgl.util that implement ReadablePoint Modifier and Type Class Description classPointA 2D integer point class, which looks remarkably like an AWT one.classRectangleA 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util with parameters of type ReadablePoint Modifier and Type Method Description voidRectangle. add(ReadablePoint pt)Adds the specifiedPointto thisRectangle.booleanRectangle. contains(ReadablePoint p)Checks whether or not thisRectanglecontains the specifiedPoint.voidRectangle. setBounds(ReadablePoint p, ReadableDimension d)voidWritableRectangle. setBounds(ReadablePoint location, ReadableDimension size)Sets the bounds of the rectanglevoidPoint. setLocation(ReadablePoint p)voidRectangle. setLocation(ReadablePoint p)voidWritablePoint. setLocation(ReadablePoint p)voidPoint. translate(ReadablePoint p)Translate a point.voidRectangle. translate(ReadablePoint point)Translate the rectangle by an amount.voidPoint. untranslate(ReadablePoint p)Un-translate a point.voidRectangle. untranslate(ReadablePoint point)Un-translate the rectangle by an amount.Constructors in org.lwjgl.util with parameters of type ReadablePoint Constructor Description Point(ReadablePoint p)Constructor for Point.Rectangle(ReadablePoint p, ReadableDimension d)Constructor for Rectangle.
-