com.partnersoft.staker.ephemera
Class PolylineEphemeron

java.lang.Object
  extended by com.partnersoft.staker.ephemera.PolylineEphemeron

public class PolylineEphemeron
extends java.lang.Object

Draws passed polyline.

Copyright 2007 Paul Reavis


Constructor Summary
PolylineEphemeron(XyPolyline polyline, java.lang.String lineStyle)
          Creates a new PolylineEphemeron object.
 
Method Summary
 void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolylineEphemeron

public PolylineEphemeron(XyPolyline polyline,
                         java.lang.String lineStyle)
Creates a new PolylineEphemeron object. Will draw passed polyline.

Parameters:
polyline -
Method Detail

draw

public void draw(DrawingSurface surface,
                 MapViewFrame frame,
                 XyPoint mousePosition)