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 TypeInterfaceDescriptioninterfaceReadonly interface for RectanglesClasses in org.lwjgl.util that implement ReadablePointModifier and TypeClassDescriptionfinal classA 2D integer point class, which looks remarkably like an AWT one.final classA 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util with parameters of type ReadablePointModifier and TypeMethodDescriptionvoidRectangle.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 ReadablePointModifierConstructorDescriptionConstructor for Point.Constructor for Rectangle.