|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.SVGPolygonElementImpl
Field Summary | |
java.util.Vector |
points
|
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.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 | |
SVGPolygonElementImpl(java.util.Vector p)
|
Method Summary | |
org.w3c.dom.svg.SVGPointList |
getAnimatedPoints()
|
org.w3c.dom.svg.SVGRect |
getBBox()
|
org.w3c.dom.svg.SVGPointList |
getPoints()
|
java.lang.String |
getTagName()
|
Methods inherited from class org.apache.fop.dom.svg.GraphicElement |
addEventListener,
dispatchEvent,
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,
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 |
public java.util.Vector points
Constructor Detail |
public SVGPolygonElementImpl(java.util.Vector p)
Method Detail |
public org.w3c.dom.svg.SVGPointList getPoints()
public org.w3c.dom.svg.SVGPointList getAnimatedPoints()
public org.w3c.dom.svg.SVGRect getBBox()
public java.lang.String getTagName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |