Uses of Class
com.blackrook.gui.GUIBounds
Packages that use GUIBounds
-
Uses of GUIBounds in com.blackrook.gui
Fields in com.blackrook.gui declared as GUIBoundsModifier and TypeFieldDescriptionprotected GUIBoundsGUIObject.absoluteBoundsThis object's absolute bounds.Methods in com.blackrook.gui that return GUIBoundsModifier and TypeMethodDescriptionGUIObject.getAbsoluteBounds()Gets this object's ABSOLUTE bounds, i.e. the object's current position after considering its inherited hierarchy.GUIQuery.getAbsoluteBounds()Gets the object absolute bounds on the first object in this query result.GUIObject.getBounds()Returns a copy of this object's bounding rectangle.GUIQuery.getBounds()Gets the object bounds on the first object in this query result.protected GUIBoundsGUIObject.getNativeBounds()Returns a reference to this object's bounds rectangle.Methods in com.blackrook.gui with parameters of type GUIBoundsModifier and TypeMethodDescriptionvoidSets the values in this rectangle using another rectangle.Sets the object bounds.Constructors in com.blackrook.gui with parameters of type GUIBounds