Xoetrope

 Wiki : XWaypointFlag

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2007-10-22 11:47:20 by KingsleyElmes

Additions:
Carousel logo

Deletions:
Carousel logo



Edited on 2007-10-08 18:18:49 by KingsleyElmes

Deletions:
<?java
?>
<?java
?>




Edited on 2007-02-08 03:55:13 by KingsleY

Additions:

1. Constructor



Deletions:

1. Constructors





Oldest known version of this page was edited on 2007-02-08 03:54:58 by KingsleY []
Page view:
Carousel logo

XWaypointFlag

class com.xoetrope.svg.XWaypointFlag

A waypoint flag which can be used when plotting a route to highlight particular waypoints.

1. Constructors


<?java
public XWaypointFlag( SVGRoot root )
?>


Creates a new instance of XWaypointFlag and is passed the SVGRoot instance that this instance will be added to.

2. Methods


1. drawFlag

<?java
public void drawFlag( double x, double y, String content, int type )
?>


Draws the flag at the specified x and y coordinates, taking a String which will be the content displayed and an integer specifying the flag type.
The flag types are: START_WAYPOINT, END_WAYPOINT and MARKER_WAYPOINT.
Page was generated in 0.2884 seconds