|
ICY Version 1.0.1.0
|
Classes | |
| interface | Anchor2DListener |
Public Member Functions | |
| Anchor2D (Sequence sequence, double x, double y, int ray, Color color) | |
| Anchor2D (Sequence sequence, Point2D position, int ray, Color color) | |
| Anchor2D (Point2D position, int ray, Color color) | |
| Anchor2D (Sequence sequence, double x, double y, int ray) | |
| Anchor2D (double x, double y, int ray) | |
| Anchor2D (Sequence sequence, Point2D position, int ray) | |
| Anchor2D (Point2D position, int ray) | |
| Anchor2D (Sequence sequence, double x, double y) | |
| Anchor2D (double x, double y) | |
| Anchor2D (Sequence sequence, Point2D position) | |
| Anchor2D (Point2D position) | |
| Anchor2D (Sequence sequence) | |
| double | getX () |
| void | setX (double x) |
| double | getY () |
| void | setY (double y) |
| Point2D | getPosition () |
| void | moveTo (Point2D p) |
| void | moveTo (double x, double y) |
| void | setPosition (Point2D p) |
| void | setPosition (double x, double y) |
| void | translate (double dx, double dy) |
| int | getRay () |
| void | setRay (int value) |
| Color | getColor () |
| void | setColor (Color value) |
| boolean | isSelected () |
| void | setSelected (boolean value) |
| boolean | isOver (IcyCanvas canvas, Point2D p) |
| boolean | isOver (IcyCanvas canvas, double x, double y) |
| void | addListener (Anchor2DListener listener) |
| void | removeListener (Anchor2DListener listener) |
| void | paint (Graphics2D g, Sequence sequence, IcyCanvas canvas) |
| void | mouseDrag (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseMove (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| boolean | loadFromXML (Node node) |
| boolean | saveToXML (Node node) |
Protected Member Functions | |
| void | positionChanged () |
| void | fireChangedEvent (PainterEvent event) |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence, |
| double | x, | ||
| double | y, | ||
| int | ray, | ||
| Color | color | ||
| ) |
| sequence | |
| x | |
| y | |
| ray | |
| color |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence, |
| Point2D | position, | ||
| int | ray, | ||
| Color | color | ||
| ) |
| sequence | |
| position | |
| ray | |
| color |
| icy.painter.Anchor2D.Anchor2D | ( | Point2D | position, |
| int | ray, | ||
| Color | color | ||
| ) |
| position | |
| ray | |
| color |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence, |
| double | x, | ||
| double | y, | ||
| int | ray | ||
| ) |
| sequence | |
| x | |
| y | |
| ray |
| icy.painter.Anchor2D.Anchor2D | ( | double | x, |
| double | y, | ||
| int | ray | ||
| ) |
| x | |
| y | |
| ray |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence, |
| Point2D | position, | ||
| int | ray | ||
| ) |
| sequence | |
| position | |
| ray |
| icy.painter.Anchor2D.Anchor2D | ( | Point2D | position, |
| int | ray | ||
| ) |
| position | |
| ray |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence, |
| double | x, | ||
| double | y | ||
| ) |
| sequence | |
| x | |
| y |
| icy.painter.Anchor2D.Anchor2D | ( | double | x, |
| double | y | ||
| ) |
| x | |
| y |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence, |
| Point2D | position | ||
| ) |
| sequence | |
| position |
| icy.painter.Anchor2D.Anchor2D | ( | Point2D | position | ) |
| position |
| icy.painter.Anchor2D.Anchor2D | ( | Sequence | sequence | ) |
| sequence |
| Color icy.painter.Anchor2D.getColor | ( | ) |
| int icy.painter.Anchor2D.getRay | ( | ) |
| double icy.painter.Anchor2D.getX | ( | ) |
| double icy.painter.Anchor2D.getY | ( | ) |
| boolean icy.painter.Anchor2D.isSelected | ( | ) |
| boolean icy.painter.Anchor2D.loadFromXML | ( | Node | node | ) |
LOAD
Implements icy.file.xml.XMLPersistent.
| void icy.painter.Anchor2D.mouseDrag | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Reimplemented from icy.painter.PainterAdaptater.
| void icy.painter.Anchor2D.mouseMove | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Reimplemented from icy.painter.PainterAdaptater.
paint method called to draw the painter
Reimplemented from icy.painter.PainterAdaptater.
| void icy.painter.Anchor2D.positionChanged | ( | ) | [protected] |
called when anchor position has changed
| boolean icy.painter.Anchor2D.saveToXML | ( | Node | node | ) |
SAVE
Implements icy.file.xml.XMLPersistent.
| void icy.painter.Anchor2D.setColor | ( | Color | value | ) |
| value | the color to set |
| void icy.painter.Anchor2D.setRay | ( | int | value | ) |
| value | the ray to set |
| void icy.painter.Anchor2D.setSelected | ( | boolean | value | ) |
| value | the selected to set |
| void icy.painter.Anchor2D.setX | ( | double | x | ) |
| x | the x to set |
| void icy.painter.Anchor2D.setY | ( | double | y | ) |
| y | the y to set |
1.7.3