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

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

public class AdjustValue
extends Guide

Represents a shape adjust values (see section 20.1.9.5 in the spec)


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

Constructor Detail

AdjustValue

public AdjustValue(CTGeomGuide gd)
Method Detail

evaluate

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