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

java.lang.Object
  extended by org.apache.poi.sl.draw.geom.Guide
All Implemented Interfaces:
Formula
Direct Known Subclasses:
AdjustValue

public class Guide
extends java.lang.Object
implements Formula

A simple pattern parser of shape guide formulas in DrawingML


Field Summary
 
Fields inherited from interface org.apache.poi.sl.draw.geom.Formula
OOXML_DEGREE
 
Constructor Summary
Guide(CTGeomGuide gd)
           
Guide(java.lang.String nm, java.lang.String fm)
           
 
Method Summary
 double evaluate(Context ctx)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Guide

public Guide(CTGeomGuide gd)

Guide

public Guide(java.lang.String nm,
             java.lang.String fm)
Method Detail

getName

public java.lang.String getName()

evaluate

public double evaluate(Context ctx)
Specified by:
evaluate in interface Formula