| com.xoetrope.svg.XWaypointFlag
XWaypointFlag | public class XWaypointFlag extends Group (Code) | | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.2 $
|
Constructor Summary | |
public | XWaypointFlag(SVGRoot root) Creates a new instance of WaypointFlag. |
Method Summary | |
public void | drawFlag(double x, double y, String content, int type) Draws the flag group. |
END_WAYPOINT | final public static int END_WAYPOINT(Code) | | |
MARKER_WAYPOINT | final public static int MARKER_WAYPOINT(Code) | | |
START_WAYPOINT | final public static int START_WAYPOINT(Code) | | |
root | protected SVGRoot root(Code) | | |
XWaypointFlag | public XWaypointFlag(SVGRoot root)(Code) | | Creates a new instance of WaypointFlag.
Parameters: root - the SVGRoot instance that the flag will be added to. |
drawFlag | public void drawFlag(double x, double y, String content, int type)(Code) | | Draws the flag group.
Parameters: x - double specifying the x coordinate of the flag. Parameters: y - double specifying the y coordinate of the flag. Parameters: content - String specifying the content of the flag. Parameters: type - int specifying the type of flag to be drawn. |
|
|