org.apache.fop.dom.svg
Class SVGPatternElementImpl
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.SVGURIReferenceImpl
|
+--org.apache.fop.dom.svg.SVGPatternElementImpl
- public class SVGPatternElementImpl
- extends SVGURIReferenceImpl
- implements org.w3c.dom.svg.SVGPatternElement
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 |
Method Summary |
org.w3c.dom.svg.SVGAnimatedLength |
getHeight()
|
org.w3c.dom.svg.SVGAnimatedTransformList |
getPatternTransform()
|
org.w3c.dom.svg.SVGAnimatedEnumeration |
getPatternUnits()
|
org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio()
|
org.w3c.dom.svg.SVGAnimatedRect |
getViewBox()
|
org.w3c.dom.svg.SVGAnimatedLength |
getWidth()
|
org.w3c.dom.svg.SVGAnimatedLength |
getX()
|
org.w3c.dom.svg.SVGAnimatedLength |
getY()
|
void |
setHeight(org.w3c.dom.svg.SVGAnimatedLength height)
|
void |
setPatternTransform(org.w3c.dom.svg.SVGAnimatedTransformList patternTransform)
|
void |
setPatternUnits(org.w3c.dom.svg.SVGAnimatedEnumeration patternUnits)
|
void |
setPreserveAspectRatio(org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio preserveAspectRatio)
|
void |
setViewBox(org.w3c.dom.svg.SVGAnimatedRect viewBox)
|
void |
setWidth(org.w3c.dom.svg.SVGAnimatedLength width)
|
void |
setX(org.w3c.dom.svg.SVGAnimatedLength x)
|
void |
setY(org.w3c.dom.svg.SVGAnimatedLength y)
|
Methods inherited from class org.apache.fop.dom.svg.SVGURIReferenceImpl |
getExternalResourcesRequired,
getHref,
getXlinkActuate,
getXlinkArcRole,
getXlinkRole,
getXlinkShow,
getXlinkTitle,
getXlinkType,
setExternalResourcesRequired,
setHref,
setXlinkActuate,
setXlinkArcRole,
setXlinkRole,
setXlinkShow,
setXlinkTitle,
setXlinkType |
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,
getId,
getNamespaceURI,
getOwnerSVGElement,
getPresentationAttribute,
getStyle,
getViewportElement,
setClassName,
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 |
SVGPatternElementImpl
public SVGPatternElementImpl()
getPatternUnits
public org.w3c.dom.svg.SVGAnimatedEnumeration getPatternUnits()
- Specified by:
- getPatternUnits in interface org.w3c.dom.svg.SVGPatternElement
setPatternUnits
public void setPatternUnits(org.w3c.dom.svg.SVGAnimatedEnumeration patternUnits)
getPatternTransform
public org.w3c.dom.svg.SVGAnimatedTransformList getPatternTransform()
- Specified by:
- getPatternTransform in interface org.w3c.dom.svg.SVGPatternElement
setPatternTransform
public void setPatternTransform(org.w3c.dom.svg.SVGAnimatedTransformList patternTransform)
getX
public org.w3c.dom.svg.SVGAnimatedLength getX()
- Specified by:
- getX in interface org.w3c.dom.svg.SVGPatternElement
setX
public void setX(org.w3c.dom.svg.SVGAnimatedLength x)
getY
public org.w3c.dom.svg.SVGAnimatedLength getY()
- Specified by:
- getY in interface org.w3c.dom.svg.SVGPatternElement
setY
public void setY(org.w3c.dom.svg.SVGAnimatedLength y)
getWidth
public org.w3c.dom.svg.SVGAnimatedLength getWidth()
- Specified by:
- getWidth in interface org.w3c.dom.svg.SVGPatternElement
setWidth
public void setWidth(org.w3c.dom.svg.SVGAnimatedLength width)
getHeight
public org.w3c.dom.svg.SVGAnimatedLength getHeight()
- Specified by:
- getHeight in interface org.w3c.dom.svg.SVGPatternElement
setHeight
public void setHeight(org.w3c.dom.svg.SVGAnimatedLength height)
getViewBox
public org.w3c.dom.svg.SVGAnimatedRect getViewBox()
setViewBox
public void setViewBox(org.w3c.dom.svg.SVGAnimatedRect viewBox)
getPreserveAspectRatio
public org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
setPreserveAspectRatio
public void setPreserveAspectRatio(org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio preserveAspectRatio)
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.