| Package | Description |
|---|---|
| com.sun.prism.impl.packrect |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Level> |
RectanglePacker.levels
Manages a list of Levels; this is the core data structure
contained within the RectanglePacker and encompasses the storage
algorithm for the contained Rects.
|
| Modifier and Type | Method and Description |
|---|---|
private static int |
RectanglePacker.binarySearch(java.util.List<Level> levels,
int k)
Using binary search to find the last index of best fit level for k,
where k is a rounded-up value.
|