Uses of Interface
org.lwjgl.util.ReadablePoint
Packages that use ReadablePoint
-
Uses of ReadablePoint in org.lwjgl.util
Subinterfaces of ReadablePoint in org.lwjgl.utilModifier and TypeInterfaceDescriptioninterface
Readonly interface for RectanglesClasses in org.lwjgl.util that implement ReadablePointModifier and TypeClassDescriptionfinal class
A 2D integer point class, which looks remarkably like an AWT one.final class
A 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util with parameters of type ReadablePointModifier and TypeMethodDescriptionvoid
Rectangle.add
(ReadablePoint pt) Adds the specifiedPoint
to thisRectangle
.boolean
Rectangle.contains
(ReadablePoint p) Checks whether or not thisRectangle
contains the specifiedPoint
.void
Rectangle.setBounds
(ReadablePoint p, ReadableDimension d) void
WritableRectangle.setBounds
(ReadablePoint location, ReadableDimension size) Sets the bounds of the rectanglevoid
Point.setLocation
(ReadablePoint p) void
Rectangle.setLocation
(ReadablePoint p) void
WritablePoint.setLocation
(ReadablePoint p) void
Point.translate
(ReadablePoint p) Translate a point.void
Rectangle.translate
(ReadablePoint point) Translate the rectangle by an amount.void
Point.untranslate
(ReadablePoint p) Un-translate a point.void
Rectangle.untranslate
(ReadablePoint point) Un-translate the rectangle by an amount.Constructors in org.lwjgl.util with parameters of type ReadablePointModifierConstructorDescriptionConstructor for Point.Constructor for Rectangle.