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

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

public class LiteralValueExpression
extends java.lang.Object
implements Expression

Date: 10/24/11

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