org.apache.poi.xslf.model.geom
Class PinExpression

java.lang.Object
  extended by org.apache.poi.xslf.model.geom.PinExpression
All Implemented Interfaces:
Expression

public class PinExpression
extends java.lang.Object
implements Expression

Pin To Formula:

Usage: "pin x y z" = if (y < x), then x = value of this guide else if (y > z), then z = value of this guide else y = value of this guide

Author:
Yegor Kozlov

Method Summary
 double evaluate(Context ctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

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