Uses of Class
org.apache.poi.sl.draw.geom.Context

Packages that use Context
org.apache.poi.sl.draw.geom   
 

Uses of Context in org.apache.poi.sl.draw.geom
 

Methods in org.apache.poi.sl.draw.geom with parameters of type Context
 double Guide.evaluate(Context ctx)
           
 double AdjustValue.evaluate(Context ctx)
           
 double Formula.evaluate(Context ctx)
           
 void PathCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
          Execute the command an append a segment to the specified path
 void ArcToCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
           
 void LineToCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
           
 void CurveToCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
           
 void QuadToCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
           
 void ClosePathCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
           
 void MoveToCommand.execute(java.awt.geom.Path2D.Double path, Context ctx)
           
 java.awt.geom.Path2D.Double Path.getPath(Context ctx)
          Convert the internal represenation to java.awt.geom.Path2D
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.