Inheritance diagram for CanvasPoint::

Public Methods | |
| CanvasPoint (double x, double y) | |
| CanvasPoint (double x, double y, Color color) | |
| CanvasPoint (double x, double y, Color color, double ccs_scale) | |
| CanvasPoint (double x, double y, int mode, Color color, float trans, double ccs_scale) | |
| void | draw (Graphics g) |
| Draw CanvasObject on 'g', using internal CCS values. More... | |
| Object | clone () |
| Return an identical copy of this CanvasObject. More... | |
| boolean | isInside (double x, double y) |
| boolean | isNear (double x, double y) |
| void | setDimension (double w, double h) |
| Resize CanvasObject to width 'w' and height 'h'. More... | |
| void | doPixelFit (double zoomFactor) |
| Round internal ICS values to nearest natural number. More... | |
| CanvasPoint (int x, int y, int mode, Color color, double ccs_scale) | |
| boolean | isInsideCcs (int x, int y) |
| To be removed. More... | |
| boolean | isNearCcs (int x, int y) |
| To be removed. More... | |
| void | setDimension (int w, int h) |
Static Public Attributes | |
| final double | STD_SIZE = 1.0 |
Protected Methods | |
| void | initPoint () |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
Draw CanvasObject on 'g', using internal CCS values.
Reimplemented from CanvasObject. |
|
|
Return an identical copy of this CanvasObject.
Reimplemented from CanvasObject. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Resize CanvasObject to width 'w' and height 'h'. Parameters are assumed Image Coordinate System values. Reimplemented from ScribbleObject. |
|
|
Round internal ICS values to nearest natural number. Although the ICS values are changed, they are not converted to 'integer' internally. Reimplemented from ScribbleObject. |
|
||||||||||||
|
To be removed.
Reimplemented from CanvasObject. |
|
||||||||||||
|
To be removed.
Reimplemented from CanvasObject. |
|
||||||||||||
|
Reimplemented from ScribbleObject. |
|
|
|
|
|
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001