|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Classes | |
| interface | BackingStoreManager |
| This interface must be implemented by the end user and is called in response to events like addition of rectangles into the RectanglePacker. More... | |
| class | Level |
| class | LevelSet |
| Manages a list of Levels; this is the core data structure contained within the RectanglePacker and encompasses the storage algorithm for the contained Rects. More... | |
| class | Rect |
| Represents a rectangular region on the backing store. More... | |
| class | RectanglePacker |
| Packs rectangles supplied by the user (typically representing image regions) into a larger backing store rectangle (typically representing a large texture). More... | |
| interface | RectVisitor |
| Iteration construct without exposing the internals of the RectanglePacker and without implementing a complex Iterator. More... | |