| AbstractShape |
|
| Circle |
Circle objects represent circular shape that can be added to whiteboard surface.
|
| Color |
|
| DrawingUtils |
Helper class for drawings.
|
| Line2D |
Consists of two points and represents line object
|
| MathUtils |
Helper class for basic mathematics.
|
| Point |
Represents two x and y coordinates
|
| Segment2D |
Represents segment, a part of line that is bounded by two
distinct endpoints, and contain every point on the line
between its endpoints.
|
| Shape |
Shape objects represent free shape that can be added to whiteboard surface.
|
| Size |
|
| Text |
Text objects represent text that can be added to WhitebordSurface
whiteboard surface.
|