com.mebigfatguy.patchanim.io
Class PatchAnimExtension

java.lang.Object
  extended by com.mebigfatguy.patchanim.io.PatchAnimExtension

public class PatchAnimExtension
extends java.lang.Object


Constructor Summary
PatchAnimExtension(PatchAnimDocument doc)
           
 
Method Summary
 java.lang.String getAnimationType(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getColor(org.apache.xalan.extensions.ExpressionContext context, java.lang.String color, org.w3c.dom.Node patchIndexNode, org.w3c.dom.Node coordIndexNode)
           
 org.w3c.dom.NodeList getCoordinates(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getHeight(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getOrder(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getOutOfBoundsColor(org.apache.xalan.extensions.ExpressionContext context)
           
 org.w3c.dom.NodeList getPatches(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getPatchName(org.apache.xalan.extensions.ExpressionContext context, org.w3c.dom.Node patchIndexNode)
           
 java.lang.String getTweenCount(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getTweenStyle(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getVersion(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getWidth(org.apache.xalan.extensions.ExpressionContext context)
           
 java.lang.String getX(org.apache.xalan.extensions.ExpressionContext context, java.lang.String color, org.w3c.dom.Node patchIndexNode, org.w3c.dom.Node coordIndexNode)
           
 java.lang.String getY(org.apache.xalan.extensions.ExpressionContext context, java.lang.String color, org.w3c.dom.Node patchIndexNode, org.w3c.dom.Node coordIndexNode)
           
 java.lang.String useAlpha(org.apache.xalan.extensions.ExpressionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchAnimExtension

public PatchAnimExtension(PatchAnimDocument doc)
                   throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException
Method Detail

getVersion

public java.lang.String getVersion(org.apache.xalan.extensions.ExpressionContext context)

getOrder

public java.lang.String getOrder(org.apache.xalan.extensions.ExpressionContext context)

getWidth

public java.lang.String getWidth(org.apache.xalan.extensions.ExpressionContext context)

getHeight

public java.lang.String getHeight(org.apache.xalan.extensions.ExpressionContext context)

getAnimationType

public java.lang.String getAnimationType(org.apache.xalan.extensions.ExpressionContext context)

getOutOfBoundsColor

public java.lang.String getOutOfBoundsColor(org.apache.xalan.extensions.ExpressionContext context)

getTweenCount

public java.lang.String getTweenCount(org.apache.xalan.extensions.ExpressionContext context)

getTweenStyle

public java.lang.String getTweenStyle(org.apache.xalan.extensions.ExpressionContext context)

useAlpha

public java.lang.String useAlpha(org.apache.xalan.extensions.ExpressionContext context)

getPatches

public org.w3c.dom.NodeList getPatches(org.apache.xalan.extensions.ExpressionContext context)

getPatchName

public java.lang.String getPatchName(org.apache.xalan.extensions.ExpressionContext context,
                                     org.w3c.dom.Node patchIndexNode)

getCoordinates

public org.w3c.dom.NodeList getCoordinates(org.apache.xalan.extensions.ExpressionContext context)

getX

public java.lang.String getX(org.apache.xalan.extensions.ExpressionContext context,
                             java.lang.String color,
                             org.w3c.dom.Node patchIndexNode,
                             org.w3c.dom.Node coordIndexNode)

getY

public java.lang.String getY(org.apache.xalan.extensions.ExpressionContext context,
                             java.lang.String color,
                             org.w3c.dom.Node patchIndexNode,
                             org.w3c.dom.Node coordIndexNode)

getColor

public java.lang.String getColor(org.apache.xalan.extensions.ExpressionContext context,
                                 java.lang.String color,
                                 org.w3c.dom.Node patchIndexNode,
                                 org.w3c.dom.Node coordIndexNode)


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.