org.apache.poi.sl.draw.geom
Class CurveToCommand

java.lang.Object
  extended by org.apache.poi.sl.draw.geom.CurveToCommand
All Implemented Interfaces:
PathCommand

public class CurveToCommand
extends java.lang.Object
implements PathCommand


Method Summary
 void execute(java.awt.geom.Path2D.Double path, Context ctx)
          Execute the command an append a segment to the specified path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(java.awt.geom.Path2D.Double path,
                    Context ctx)
Description copied from interface: PathCommand
Execute the command an append a segment to the specified path

Specified by:
execute in interface PathCommand
Parameters:
path - the path to append the result to
ctx - the context to lookup variables