RectTree
), a custom rectangle
implementation with short precision (SmallRect
),
and a representation of the drawable area within a TagCloud
(CloudMatrix
).See: Description
Class | Description |
---|---|
CloudMatrix |
This class contains all global information about the drawable area
and the layouted words in form of a
RectTree . |
RectTree |
A two-dimensional tree structure to store non-overlapping
rectangles.
|
SmallRect |
A custom variation of a rectangle, which stores the required values
as short instead of int, thus saving some space.
|
RectTree
), a custom rectangle
implementation with short precision (SmallRect
),
and a representation of the drawable area within a TagCloud
(CloudMatrix
).Copyright (c) 2000, 2012 itemis AG and others. All rights reserved.