org.apache.fop.dom.svg
Class SVGMaskElementImpl

java.lang.Object
  |
  +--org.apache.fop.dom.NodeImpl
        |
        +--org.apache.fop.dom.ElementImpl
              |
              +--org.apache.fop.dom.svg.SVGElementImpl
                    |
                    +--org.apache.fop.dom.svg.GraphicElement
                          |
                          +--org.apache.fop.dom.svg.SVGMaskElementImpl

public class SVGMaskElementImpl
extends GraphicElement
implements org.w3c.dom.svg.SVGMaskElement


Field Summary
 java.util.Vector elements
           
 
Fields inherited from class org.apache.fop.dom.svg.GraphicElement
reqExtensions, reqFeatures, sysLanguage
 
Fields inherited from class org.apache.fop.dom.NodeImpl
childs, ownerDoc
 
Fields inherited from interface org.w3c.dom.svg.SVGUnitTypes
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX, SVG_UNIT_TYPE_UNKNOWN, SVG_UNIT_TYPE_USERSPACEONUSE
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
SVGMaskElementImpl()
           
 
Method Summary
 void addElement(org.w3c.dom.svg.SVGElement g)
           
 org.w3c.dom.svg.SVGAnimatedLength getHeight()
           
 org.w3c.dom.svg.SVGAnimatedEnumeration getMaskUnits()
           
 org.w3c.dom.svg.SVGAnimatedLength getWidth()
           
 org.w3c.dom.svg.SVGAnimatedLength getX()
           
 org.w3c.dom.svg.SVGAnimatedLength getY()
           
 
Methods inherited from class org.apache.fop.dom.svg.GraphicElement
addEventListener, dispatchEvent, getBBox, getChildrenBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform, getTransformToElement, getXMLlang, getXMLspace, hasExtension, removeEventListener, setRequiredExtensions, setRequiredFeatures, setSystemLanguage, setTransform, setXMLlang, setXMLspace
 
Methods inherited from class org.apache.fop.dom.svg.SVGElementImpl
appendChild, getAnimatedPresentationAttribute, getClassName, getExternalResourcesRequired, getId, getNamespaceURI, getOwnerSVGElement, getPresentationAttribute, getStyle, getViewportElement, setClassName, setExternalResourcesRequired, setId, setOwnerSVG, setStyle
 
Methods inherited from class org.apache.fop.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from class org.apache.fop.dom.NodeImpl
cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTagName, hasChildNodes, insertBefore, isSupported, normalize, removeChild, setNodeValue, setPrefix, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

public java.util.Vector elements
Constructor Detail

SVGMaskElementImpl

public SVGMaskElementImpl()
Method Detail

addElement

public void addElement(org.w3c.dom.svg.SVGElement g)

getMaskUnits

public org.w3c.dom.svg.SVGAnimatedEnumeration getMaskUnits()
Specified by:
getMaskUnits in interface org.w3c.dom.svg.SVGMaskElement

getX

public org.w3c.dom.svg.SVGAnimatedLength getX()
Specified by:
getX in interface org.w3c.dom.svg.SVGMaskElement

getY

public org.w3c.dom.svg.SVGAnimatedLength getY()
Specified by:
getY in interface org.w3c.dom.svg.SVGMaskElement

getWidth

public org.w3c.dom.svg.SVGAnimatedLength getWidth()
Specified by:
getWidth in interface org.w3c.dom.svg.SVGMaskElement

getHeight

public org.w3c.dom.svg.SVGAnimatedLength getHeight()
Specified by:
getHeight in interface org.w3c.dom.svg.SVGMaskElement


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.