See: Description
Interface | Description |
---|---|
BackingStoreManager |
This interface must be implemented by the end user and is called
in response to events like addition of rectangles into the
RectanglePacker.
|
RectVisitor |
Iteration construct without exposing the internals of the
RectanglePacker and without implementing a complex Iterator.
|
Class | Description |
---|---|
Level | |
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.
|
Rect |
Represents a rectangular region on the backing store.
|
RectanglePacker |
Packs rectangles supplied by the user (typically representing
image regions) into a larger backing store rectangle (typically
representing a large texture).
|
Copyright 2010 JogAmp Community.