Téléchargement de l’api batik-ext-1.6-1.jar

Author:

Téléchargement de l'api batik-ext-1.6-1.jar
Download here
org.w3c.css.sac.AttributeCondition(Ci-dessous la liste des Méthodes de la classe)

public abstract String getNamespaceURI()
public abstract String getLocalName()
public abstract boolean getSpecified()
public abstract String getValue()

org.w3c.css.sac.CharacterDataSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract String getData()

org.w3c.css.sac.CombinatorCondition(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.Condition getFirstCondition()
public abstract org.w3c.css.sac.Condition getSecondCondition()

org.w3c.css.sac.Condition(Ci-dessous la liste des Méthodes de la classe)

public abstract short getConditionType()

org.w3c.css.sac.ConditionalSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.SimpleSelector getSimpleSelector()
public abstract org.w3c.css.sac.Condition getCondition()

org.w3c.css.sac.ConditionFactory(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.CombinatorCondition createAndCondition(org.w3c.css.sac.Condition arg1, org.w3c.css.sac.Condition arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.CombinatorCondition createOrCondition(org.w3c.css.sac.Condition arg1, org.w3c.css.sac.Condition arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.NegativeCondition createNegativeCondition(org.w3c.css.sac.Condition arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.PositionalCondition createPositionalCondition(int arg1, boolean arg2, boolean arg3)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.AttributeCondition createAttributeCondition(String arg1, String arg2, boolean arg3, String arg4)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.AttributeCondition createIdCondition(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.LangCondition createLangCondition(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.AttributeCondition createOneOfAttributeCondition(String arg1, String arg2, boolean arg3, String arg4)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.AttributeCondition createBeginHyphenAttributeCondition(String arg1, String arg2, boolean arg3, String arg4)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.AttributeCondition createClassCondition(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.AttributeCondition createPseudoClassCondition(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.Condition createOnlyChildCondition()
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.Condition createOnlyTypeCondition()
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.ContentCondition createContentCondition(String arg1)
		throws org.w3c.css.sac.CSSException

org.w3c.css.sac.ContentCondition(Ci-dessous la liste des Méthodes de la classe)

public abstract String getData()

org.w3c.css.sac.CSSException(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (String arg1)
public void (Exception arg1)
public void (short arg1)
public void (short arg1, String arg2, Exception arg3)
public String getMessage()
public short getCode()
public Exception getException()
static void ()

org.w3c.css.sac.CSSParseException(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1, org.w3c.css.sac.Locator arg2)
public void (String arg1, org.w3c.css.sac.Locator arg2, Exception arg3)
public void (String arg1, String arg2, int arg3, int arg4)
public void (String arg1, String arg2, int arg3, int arg4, Exception arg5)
public String getURI()
public int getLineNumber()
public int getColumnNumber()

org.w3c.css.sac.DescendantSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.Selector getAncestorSelector()
public abstract org.w3c.css.sac.SimpleSelector getSimpleSelector()

org.w3c.css.sac.DocumentHandler(Ci-dessous la liste des Méthodes de la classe)

public abstract void startDocument(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException
public abstract void endDocument(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException
public abstract void comment(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract void ignorableAtRule(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract void namespaceDeclaration(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract void importStyle(String arg1, org.w3c.css.sac.SACMediaList arg2, String arg3)
		throws org.w3c.css.sac.CSSException
public abstract void startMedia(org.w3c.css.sac.SACMediaList arg1)
		throws org.w3c.css.sac.CSSException
public abstract void endMedia(org.w3c.css.sac.SACMediaList arg1)
		throws org.w3c.css.sac.CSSException
public abstract void startPage(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract void endPage(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract void startFontFace()
		throws org.w3c.css.sac.CSSException
public abstract void endFontFace()
		throws org.w3c.css.sac.CSSException
public abstract void startSelector(org.w3c.css.sac.SelectorList arg1)
		throws org.w3c.css.sac.CSSException
public abstract void endSelector(org.w3c.css.sac.SelectorList arg1)
		throws org.w3c.css.sac.CSSException
public abstract void property(String arg1, org.w3c.css.sac.LexicalUnit arg2, boolean arg3)
		throws org.w3c.css.sac.CSSException

org.w3c.css.sac.ElementSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract String getNamespaceURI()
public abstract String getLocalName()

org.w3c.css.sac.ErrorHandler(Ci-dessous la liste des Méthodes de la classe)

public abstract void warning(org.w3c.css.sac.CSSParseException arg1)
		throws org.w3c.css.sac.CSSException
public abstract void error(org.w3c.css.sac.CSSParseException arg1)
		throws org.w3c.css.sac.CSSException
public abstract void fatalError(org.w3c.css.sac.CSSParseException arg1)
		throws org.w3c.css.sac.CSSException

org.w3c.css.sac.helpers.ParserFactory(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.css.sac.Parser makeParser()
		throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.NullPointerException, java.lang.ClassCastException

org.w3c.css.sac.InputSource(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (String arg1)
public void (java.io.Reader arg1)
public void setURI(String arg1)
public String getURI()
public void setByteStream(java.io.InputStream arg1)
public java.io.InputStream getByteStream()
public void setEncoding(String arg1)
public String getEncoding()
public void setCharacterStream(java.io.Reader arg1)
public java.io.Reader getCharacterStream()
public void setTitle(String arg1)
public String getTitle()
public void setMedia(String arg1)
public String getMedia()

org.w3c.css.sac.LangCondition(Ci-dessous la liste des Méthodes de la classe)

public abstract String getLang()

org.w3c.css.sac.LexicalUnit(Ci-dessous la liste des Méthodes de la classe)

public abstract short getLexicalUnitType()
public abstract org.w3c.css.sac.LexicalUnit getNextLexicalUnit()
public abstract org.w3c.css.sac.LexicalUnit getPreviousLexicalUnit()
public abstract int getIntegerValue()
public abstract float getFloatValue()
public abstract String getDimensionUnitText()
public abstract String getFunctionName()
public abstract org.w3c.css.sac.LexicalUnit getParameters()
public abstract String getStringValue()
public abstract org.w3c.css.sac.LexicalUnit getSubValues()

org.w3c.css.sac.Locator(Ci-dessous la liste des Méthodes de la classe)

public abstract String getURI()
public abstract int getLineNumber()
public abstract int getColumnNumber()

org.w3c.css.sac.NegativeCondition(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.Condition getCondition()

org.w3c.css.sac.NegativeSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.SimpleSelector getSimpleSelector()

org.w3c.css.sac.Parser(Ci-dessous la liste des Méthodes de la classe)

public abstract void setLocale(java.util.Locale arg1)
		throws org.w3c.css.sac.CSSException
public abstract void setDocumentHandler(org.w3c.css.sac.DocumentHandler arg1)
public abstract void setSelectorFactory(org.w3c.css.sac.SelectorFactory arg1)
public abstract void setConditionFactory(org.w3c.css.sac.ConditionFactory arg1)
public abstract void setErrorHandler(org.w3c.css.sac.ErrorHandler arg1)
public abstract void parseStyleSheet(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException
public abstract void parseStyleSheet(String arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException
public abstract void parseStyleDeclaration(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException
public abstract void parseRule(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException
public abstract String getParserVersion()
public abstract org.w3c.css.sac.SelectorList parseSelectors(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException
public abstract org.w3c.css.sac.LexicalUnit parsePropertyValue(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException
public abstract boolean parsePriority(org.w3c.css.sac.InputSource arg1)
		throws org.w3c.css.sac.CSSException, java.io.IOException

org.w3c.css.sac.PositionalCondition(Ci-dessous la liste des Méthodes de la classe)

public abstract int getPosition()
public abstract boolean getTypeNode()
public abstract boolean getType()

org.w3c.css.sac.ProcessingInstructionSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract String getTarget()
public abstract String getData()

org.w3c.css.sac.SACMediaList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getLength()
public abstract String item(int arg1)

org.w3c.css.sac.Selector(Ci-dessous la liste des Méthodes de la classe)

public abstract short getSelectorType()

org.w3c.css.sac.SelectorFactory(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.css.sac.ConditionalSelector createConditionalSelector(org.w3c.css.sac.SimpleSelector arg1, org.w3c.css.sac.Condition arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.SimpleSelector createAnyNodeSelector()
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.SimpleSelector createRootNodeSelector()
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.NegativeSelector createNegativeSelector(org.w3c.css.sac.SimpleSelector arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.ElementSelector createElementSelector(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.CharacterDataSelector createTextNodeSelector(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.CharacterDataSelector createCDataSectionSelector(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.ProcessingInstructionSelector createProcessingInstructionSelector(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.CharacterDataSelector createCommentSelector(String arg1)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.ElementSelector createPseudoElementSelector(String arg1, String arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.DescendantSelector createDescendantSelector(org.w3c.css.sac.Selector arg1, org.w3c.css.sac.SimpleSelector arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.DescendantSelector createChildSelector(org.w3c.css.sac.Selector arg1, org.w3c.css.sac.SimpleSelector arg2)
		throws org.w3c.css.sac.CSSException
public abstract org.w3c.css.sac.SiblingSelector createDirectAdjacentSelector(short arg1, org.w3c.css.sac.Selector arg2, org.w3c.css.sac.SimpleSelector arg3)
		throws org.w3c.css.sac.CSSException

org.w3c.css.sac.SelectorList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getLength()
public abstract org.w3c.css.sac.Selector item(int arg1)

org.w3c.css.sac.SiblingSelector(Ci-dessous la liste des Méthodes de la classe)

public abstract short getNodeType()
public abstract org.w3c.css.sac.Selector getSelector()
public abstract org.w3c.css.sac.SimpleSelector getSiblingSelector()

org.w3c.dom.smil.ElementTimeControl(Ci-dessous la liste des Méthodes de la classe)

public abstract boolean beginElement()
		throws org.w3c.dom.DOMException
public abstract boolean beginElementAt(float arg1)
		throws org.w3c.dom.DOMException
public abstract boolean endElement()
		throws org.w3c.dom.DOMException
public abstract boolean endElementAt(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.EventListenerInitializer(Ci-dessous la liste des Méthodes de la classe)

public abstract void initializeEventListeners(org.w3c.dom.svg.SVGDocument arg1)

org.w3c.dom.svg.GetSVGDocument(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGDocument getSVGDocument()
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGAElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getTarget()

org.w3c.dom.svg.SVGAltGlyphElement(Ci-dessous la liste des Méthodes de la classe)

public abstract String getGlyphRef()
public abstract void setGlyphRef(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getFormat()
public abstract void setFormat(String arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGAngle(Ci-dessous la liste des Méthodes de la classe)

public abstract short getUnitType()
public abstract float getValue()
public abstract void setValue(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getValueInSpecifiedUnits()
public abstract void setValueInSpecifiedUnits(float arg1)
		throws org.w3c.dom.DOMException
public abstract String getValueAsString()
public abstract void setValueAsString(String arg1)
		throws org.w3c.dom.DOMException
public abstract void newValueSpecifiedUnits(short arg1, float arg2)
public abstract void convertToSpecifiedUnits(short arg1)

org.w3c.dom.svg.SVGAnimatedAngle(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAngle getBaseVal()
public abstract org.w3c.dom.svg.SVGAngle getAnimVal()

org.w3c.dom.svg.SVGAnimatedBoolean(Ci-dessous la liste des Méthodes de la classe)

public abstract boolean getBaseVal()
public abstract void setBaseVal(boolean arg1)
		throws org.w3c.dom.DOMException
public abstract boolean getAnimVal()

org.w3c.dom.svg.SVGAnimatedEnumeration(Ci-dessous la liste des Méthodes de la classe)

public abstract short getBaseVal()
public abstract void setBaseVal(short arg1)
		throws org.w3c.dom.DOMException
public abstract short getAnimVal()

org.w3c.dom.svg.SVGAnimatedInteger(Ci-dessous la liste des Méthodes de la classe)

public abstract int getBaseVal()
public abstract void setBaseVal(int arg1)
		throws org.w3c.dom.DOMException
public abstract int getAnimVal()

org.w3c.dom.svg.SVGAnimatedLength(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGLength getBaseVal()
public abstract org.w3c.dom.svg.SVGLength getAnimVal()

org.w3c.dom.svg.SVGAnimatedLengthList(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGLengthList getBaseVal()
public abstract org.w3c.dom.svg.SVGLengthList getAnimVal()

org.w3c.dom.svg.SVGAnimatedNumber(Ci-dessous la liste des Méthodes de la classe)

public abstract float getBaseVal()
public abstract void setBaseVal(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getAnimVal()

org.w3c.dom.svg.SVGAnimatedNumberList(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGNumberList getBaseVal()
public abstract org.w3c.dom.svg.SVGNumberList getAnimVal()

org.w3c.dom.svg.SVGAnimatedPathData(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGPathSegList getPathSegList()
public abstract org.w3c.dom.svg.SVGPathSegList getNormalizedPathSegList()
public abstract org.w3c.dom.svg.SVGPathSegList getAnimatedPathSegList()
public abstract org.w3c.dom.svg.SVGPathSegList getAnimatedNormalizedPathSegList()

org.w3c.dom.svg.SVGAnimatedPoints(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGPointList getPoints()
public abstract org.w3c.dom.svg.SVGPointList getAnimatedPoints()

org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGPreserveAspectRatio getBaseVal()
public abstract org.w3c.dom.svg.SVGPreserveAspectRatio getAnimVal()

org.w3c.dom.svg.SVGAnimatedRect(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGRect getBaseVal()
public abstract org.w3c.dom.svg.SVGRect getAnimVal()

org.w3c.dom.svg.SVGAnimatedString(Ci-dessous la liste des Méthodes de la classe)

public abstract String getBaseVal()
public abstract void setBaseVal(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getAnimVal()

org.w3c.dom.svg.SVGAnimatedTransformList(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGTransformList getBaseVal()
public abstract org.w3c.dom.svg.SVGTransformList getAnimVal()

org.w3c.dom.svg.SVGAnimationElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGElement getTargetElement()
public abstract float getStartTime()
public abstract float getCurrentTime()
public abstract float getSimpleDuration()
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGCircleElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getCx()
public abstract org.w3c.dom.svg.SVGAnimatedLength getCy()
public abstract org.w3c.dom.svg.SVGAnimatedLength getR()

org.w3c.dom.svg.SVGClipPathElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getClipPathUnits()

org.w3c.dom.svg.SVGColor(Ci-dessous la liste des Méthodes de la classe)

public abstract short getColorType()
public abstract org.w3c.dom.css.RGBColor getRGBColor()
public abstract org.w3c.dom.svg.SVGICCColor getICCColor()
public abstract void setRGBColor(String arg1)
		throws org.w3c.dom.svg.SVGException
public abstract void setRGBColorICCColor(String arg1, String arg2)
		throws org.w3c.dom.svg.SVGException
public abstract void setColor(short arg1, String arg2, String arg3)
		throws org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGColorProfileElement(Ci-dessous la liste des Méthodes de la classe)

public abstract String getLocal()
public abstract void setLocal(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getName()
public abstract void setName(String arg1)
		throws org.w3c.dom.DOMException
public abstract short getRenderingIntent()
public abstract void setRenderingIntent(short arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGColorProfileRule(Ci-dessous la liste des Méthodes de la classe)

public abstract String getSrc()
public abstract void setSrc(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getName()
public abstract void setName(String arg1)
		throws org.w3c.dom.DOMException
public abstract short getRenderingIntent()
public abstract void setRenderingIntent(short arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGComponentTransferFunctionElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getType()
public abstract org.w3c.dom.svg.SVGAnimatedNumberList getTableValues()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSlope()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getIntercept()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getAmplitude()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getExponent()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getOffset()

org.w3c.dom.svg.SVGCursorElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()

org.w3c.dom.svg.SVGDocument(Ci-dessous la liste des Méthodes de la classe)

public abstract String getTitle()
public abstract String getReferrer()
public abstract String getDomain()
public abstract String getURL()
public abstract org.w3c.dom.svg.SVGSVGElement getRootElement()

org.w3c.dom.svg.SVGElement(Ci-dessous la liste des Méthodes de la classe)

public abstract String getId()
public abstract void setId(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getXMLbase()
public abstract void setXMLbase(String arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGSVGElement getOwnerSVGElement()
public abstract org.w3c.dom.svg.SVGElement getViewportElement()

org.w3c.dom.svg.SVGElementInstance(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGElement getCorrespondingElement()
public abstract org.w3c.dom.svg.SVGUseElement getCorrespondingUseElement()
public abstract org.w3c.dom.svg.SVGElementInstance getParentNode()
public abstract org.w3c.dom.svg.SVGElementInstanceList getChildNodes()
public abstract org.w3c.dom.svg.SVGElementInstance getFirstChild()
public abstract org.w3c.dom.svg.SVGElementInstance getLastChild()
public abstract org.w3c.dom.svg.SVGElementInstance getPreviousSibling()
public abstract org.w3c.dom.svg.SVGElementInstance getNextSibling()

org.w3c.dom.svg.SVGElementInstanceList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getLength()
public abstract org.w3c.dom.svg.SVGElementInstance item(int arg1)

org.w3c.dom.svg.SVGEllipseElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getCx()
public abstract org.w3c.dom.svg.SVGAnimatedLength getCy()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRx()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRy()

org.w3c.dom.svg.SVGException(Ci-dessous la liste des Méthodes de la classe)

public void (short arg1, String arg2)

org.w3c.dom.svg.SVGExternalResourcesRequired(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()

org.w3c.dom.svg.SVGFEBlendElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedString getIn2()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getMode()

org.w3c.dom.svg.SVGFEColorMatrixElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getType()
public abstract org.w3c.dom.svg.SVGAnimatedNumberList getValues()

org.w3c.dom.svg.SVGFEComponentTransferElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()

org.w3c.dom.svg.SVGFECompositeElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedString getIn2()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getOperator()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getK1()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getK2()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getK3()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getK4()

org.w3c.dom.svg.SVGFEConvolveMatrixElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedInteger getOrderX()
public abstract org.w3c.dom.svg.SVGAnimatedInteger getOrderY()
public abstract org.w3c.dom.svg.SVGAnimatedNumberList getKernelMatrix()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getDivisor()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getBias()
public abstract org.w3c.dom.svg.SVGAnimatedInteger getTargetX()
public abstract org.w3c.dom.svg.SVGAnimatedInteger getTargetY()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getEdgeMode()
public abstract org.w3c.dom.svg.SVGAnimatedLength getKernelUnitLengthX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getKernelUnitLengthY()
public abstract org.w3c.dom.svg.SVGAnimatedBoolean getPreserveAlpha()

org.w3c.dom.svg.SVGFEDiffuseLightingElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSurfaceScale()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getDiffuseConstant()

org.w3c.dom.svg.SVGFEDisplacementMapElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedString getIn2()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getScale()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getXChannelSelector()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getYChannelSelector()

org.w3c.dom.svg.SVGFEDistantLightElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedNumber getAzimuth()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getElevation()

org.w3c.dom.svg.SVGFEFloodElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()

org.w3c.dom.svg.SVGFEGaussianBlurElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getStdDeviationX()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getStdDeviationY()
public abstract void setStdDeviation(float arg1, float arg2)

org.w3c.dom.svg.SVGFEMergeNodeElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()

org.w3c.dom.svg.SVGFEMorphologyElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getOperator()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRadiusX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRadiusY()

org.w3c.dom.svg.SVGFEOffsetElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getDx()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getDy()

org.w3c.dom.svg.SVGFEPointLightElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedNumber getX()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getY()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getZ()

org.w3c.dom.svg.SVGFESpecularLightingElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSurfaceScale()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSpecularConstant()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSpecularExponent()

org.w3c.dom.svg.SVGFESpotLightElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedNumber getX()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getY()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getZ()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getPointsAtX()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getPointsAtY()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getPointsAtZ()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSpecularExponent()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getLimitingConeAngle()

org.w3c.dom.svg.SVGFETileElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getIn1()

org.w3c.dom.svg.SVGFETurbulenceElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedNumber getBaseFrequencyX()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getBaseFrequencyY()
public abstract org.w3c.dom.svg.SVGAnimatedInteger getNumOctaves()
public abstract org.w3c.dom.svg.SVGAnimatedNumber getSeed()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getStitchTiles()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getType()

org.w3c.dom.svg.SVGFilterElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getFilterUnits()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getPrimitiveUnits()
public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()
public abstract org.w3c.dom.svg.SVGAnimatedInteger getFilterResX()
public abstract org.w3c.dom.svg.SVGAnimatedInteger getFilterResY()
public abstract void setFilterRes(int arg1, int arg2)

org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()
public abstract org.w3c.dom.svg.SVGAnimatedString getResult()

org.w3c.dom.svg.SVGFitToViewBox(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedRect getViewBox()
public abstract org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()

org.w3c.dom.svg.SVGForeignObjectElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()

org.w3c.dom.svg.SVGGlyphRefElement(Ci-dessous la liste des Méthodes de la classe)

public abstract String getGlyphRef()
public abstract void setGlyphRef(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getFormat()
public abstract void setFormat(String arg1)
		throws org.w3c.dom.DOMException
public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getDx()
public abstract void setDx(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getDy()
public abstract void setDy(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGGradientElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getGradientUnits()
public abstract org.w3c.dom.svg.SVGAnimatedTransformList getGradientTransform()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getSpreadMethod()

org.w3c.dom.svg.SVGICCColor(Ci-dessous la liste des Méthodes de la classe)

public abstract String getColorProfile()
public abstract void setColorProfile(String arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGNumberList getColors()

org.w3c.dom.svg.SVGImageElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()
public abstract org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()

org.w3c.dom.svg.SVGLangSpace(Ci-dessous la liste des Méthodes de la classe)

public abstract String getXMLlang()
public abstract void setXMLlang(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getXMLspace()
public abstract void setXMLspace(String arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGLength(Ci-dessous la liste des Méthodes de la classe)

public abstract short getUnitType()
public abstract float getValue()
public abstract void setValue(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getValueInSpecifiedUnits()
public abstract void setValueInSpecifiedUnits(float arg1)
		throws org.w3c.dom.DOMException
public abstract String getValueAsString()
public abstract void setValueAsString(String arg1)
		throws org.w3c.dom.DOMException
public abstract void newValueSpecifiedUnits(short arg1, float arg2)
public abstract void convertToSpecifiedUnits(short arg1)

org.w3c.dom.svg.SVGLengthList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getNumberOfItems()
public abstract void clear()
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGLength initialize(org.w3c.dom.svg.SVGLength arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGLength getItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGLength insertItemBefore(org.w3c.dom.svg.SVGLength arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGLength replaceItem(org.w3c.dom.svg.SVGLength arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGLength removeItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGLength appendItem(org.w3c.dom.svg.SVGLength arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGLinearGradientElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX1()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY1()
public abstract org.w3c.dom.svg.SVGAnimatedLength getX2()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY2()

org.w3c.dom.svg.SVGLineElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX1()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY1()
public abstract org.w3c.dom.svg.SVGAnimatedLength getX2()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY2()

org.w3c.dom.svg.SVGLocatable(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGElement getNearestViewportElement()
public abstract org.w3c.dom.svg.SVGElement getFarthestViewportElement()
public abstract org.w3c.dom.svg.SVGRect getBBox()
public abstract org.w3c.dom.svg.SVGMatrix getCTM()
public abstract org.w3c.dom.svg.SVGMatrix getScreenCTM()
public abstract org.w3c.dom.svg.SVGMatrix getTransformToElement(org.w3c.dom.svg.SVGElement arg1)
		throws org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGMarkerElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getRefX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRefY()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getMarkerUnits()
public abstract org.w3c.dom.svg.SVGAnimatedLength getMarkerWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getMarkerHeight()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getOrientType()
public abstract org.w3c.dom.svg.SVGAnimatedAngle getOrientAngle()
public abstract void setOrientToAuto()
public abstract void setOrientToAngle(org.w3c.dom.svg.SVGAngle arg1)

org.w3c.dom.svg.SVGMaskElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getMaskUnits()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getMaskContentUnits()
public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()

org.w3c.dom.svg.SVGMatrix(Ci-dessous la liste des Méthodes de la classe)

public abstract float getA()
public abstract void setA(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getB()
public abstract void setB(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getC()
public abstract void setC(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getD()
public abstract void setD(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getE()
public abstract void setE(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getF()
public abstract void setF(float arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGMatrix multiply(org.w3c.dom.svg.SVGMatrix arg1)
public abstract org.w3c.dom.svg.SVGMatrix inverse()
		throws org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGMatrix translate(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGMatrix scale(float arg1)
public abstract org.w3c.dom.svg.SVGMatrix scaleNonUniform(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGMatrix rotate(float arg1)
public abstract org.w3c.dom.svg.SVGMatrix rotateFromVector(float arg1, float arg2)
		throws org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGMatrix flipX()
public abstract org.w3c.dom.svg.SVGMatrix flipY()
public abstract org.w3c.dom.svg.SVGMatrix skewX(float arg1)
public abstract org.w3c.dom.svg.SVGMatrix skewY(float arg1)

org.w3c.dom.svg.SVGNumber(Ci-dessous la liste des Méthodes de la classe)

public abstract float getValue()
public abstract void setValue(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGNumberList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getNumberOfItems()
public abstract void clear()
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGNumber initialize(org.w3c.dom.svg.SVGNumber arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGNumber getItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGNumber insertItemBefore(org.w3c.dom.svg.SVGNumber arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGNumber replaceItem(org.w3c.dom.svg.SVGNumber arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGNumber removeItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGNumber appendItem(org.w3c.dom.svg.SVGNumber arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGPaint(Ci-dessous la liste des Méthodes de la classe)

public abstract short getPaintType()
public abstract String getUri()
public abstract void setUri(String arg1)
public abstract void setPaint(short arg1, String arg2, String arg3, String arg4)
		throws org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGPathElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedNumber getPathLength()
public abstract float getTotalLength()
public abstract org.w3c.dom.svg.SVGPoint getPointAtLength(float arg1)
public abstract int getPathSegAtLength(float arg1)
public abstract org.w3c.dom.svg.SVGPathSegClosePath createSVGPathSegClosePath()
public abstract org.w3c.dom.svg.SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGPathSegMovetoRel createSVGPathSegMovetoRel(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGPathSegLinetoRel createSVGPathSegLinetoRel(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(float arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(float arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(float arg1, float arg2, float arg3, float arg4)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(float arg1, float arg2, float arg3, float arg4)
public abstract org.w3c.dom.svg.SVGPathSegArcAbs createSVGPathSegArcAbs(float arg1, float arg2, float arg3, float arg4, float arg5, boolean arg6, boolean arg7)
public abstract org.w3c.dom.svg.SVGPathSegArcRel createSVGPathSegArcRel(float arg1, float arg2, float arg3, float arg4, float arg5, boolean arg6, boolean arg7)
public abstract org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float arg1)
public abstract org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(float arg1)
public abstract org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(float arg1)
public abstract org.w3c.dom.svg.SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(float arg1)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(float arg1, float arg2, float arg3, float arg4)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(float arg1, float arg2, float arg3, float arg4)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(float arg1, float arg2)
public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(float arg1, float arg2)

org.w3c.dom.svg.SVGPathSeg(Ci-dessous la liste des Méthodes de la classe)

public abstract short getPathSegType()
public abstract String getPathSegTypeAsLetter()

org.w3c.dom.svg.SVGPathSegArcAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getR1()
public abstract void setR1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getR2()
public abstract void setR2(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getAngle()
public abstract void setAngle(float arg1)
		throws org.w3c.dom.DOMException
public abstract boolean getLargeArcFlag()
public abstract void setLargeArcFlag(boolean arg1)
		throws org.w3c.dom.DOMException
public abstract boolean getSweepFlag()
public abstract void setSweepFlag(boolean arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegArcRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getR1()
public abstract void setR1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getR2()
public abstract void setR2(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getAngle()
public abstract void setAngle(float arg1)
		throws org.w3c.dom.DOMException
public abstract boolean getLargeArcFlag()
public abstract void setLargeArcFlag(boolean arg1)
		throws org.w3c.dom.DOMException
public abstract boolean getSweepFlag()
public abstract void setSweepFlag(boolean arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX1()
public abstract void setX1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY1()
public abstract void setY1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX2()
public abstract void setX2(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY2()
public abstract void setY2(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoCubicRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX1()
public abstract void setX1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY1()
public abstract void setY1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX2()
public abstract void setX2(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY2()
public abstract void setY2(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX2()
public abstract void setX2(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY2()
public abstract void setY2(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX2()
public abstract void setX2(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY2()
public abstract void setY2(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX1()
public abstract void setX1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY1()
public abstract void setY1(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getX1()
public abstract void setX1(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY1()
public abstract void setY1(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegLinetoAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegLinetoRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegLinetoVerticalRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getNumberOfItems()
public abstract void clear()
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPathSeg initialize(org.w3c.dom.svg.SVGPathSeg arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGPathSeg getItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPathSeg insertItemBefore(org.w3c.dom.svg.SVGPathSeg arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGPathSeg replaceItem(org.w3c.dom.svg.SVGPathSeg arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGPathSeg removeItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPathSeg appendItem(org.w3c.dom.svg.SVGPathSeg arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGPathSegMovetoAbs(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPathSegMovetoRel(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGPatternElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getPatternUnits()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getPatternContentUnits()
public abstract org.w3c.dom.svg.SVGAnimatedTransformList getPatternTransform()
public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()

org.w3c.dom.svg.SVGPoint(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint matrixTransform(org.w3c.dom.svg.SVGMatrix arg1)

org.w3c.dom.svg.SVGPointList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getNumberOfItems()
public abstract void clear()
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint initialize(org.w3c.dom.svg.SVGPoint arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGPoint getItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint insertItemBefore(org.w3c.dom.svg.SVGPoint arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGPoint replaceItem(org.w3c.dom.svg.SVGPoint arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGPoint removeItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint appendItem(org.w3c.dom.svg.SVGPoint arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGPreserveAspectRatio(Ci-dessous la liste des Méthodes de la classe)

public abstract short getAlign()
public abstract void setAlign(short arg1)
		throws org.w3c.dom.DOMException
public abstract short getMeetOrSlice()
public abstract void setMeetOrSlice(short arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGRadialGradientElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getCx()
public abstract org.w3c.dom.svg.SVGAnimatedLength getCy()
public abstract org.w3c.dom.svg.SVGAnimatedLength getR()
public abstract org.w3c.dom.svg.SVGAnimatedLength getFx()
public abstract org.w3c.dom.svg.SVGAnimatedLength getFy()

org.w3c.dom.svg.SVGRect(Ci-dessous la liste des Méthodes de la classe)

public abstract float getX()
public abstract void setX(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getY()
public abstract void setY(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getWidth()
public abstract void setWidth(float arg1)
		throws org.w3c.dom.DOMException
public abstract float getHeight()
public abstract void setHeight(float arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGRectElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRx()
public abstract org.w3c.dom.svg.SVGAnimatedLength getRy()

org.w3c.dom.svg.SVGScriptElement(Ci-dessous la liste des Méthodes de la classe)

public abstract String getType()
public abstract void setType(String arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGStopElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedNumber getOffset()

org.w3c.dom.svg.SVGStringList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getNumberOfItems()
public abstract void clear()
		throws org.w3c.dom.DOMException
public abstract String initialize(String arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract String getItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract String insertItemBefore(String arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract String replaceItem(String arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract String removeItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract String appendItem(String arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException

org.w3c.dom.svg.SVGStylable(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getClassName()
public abstract org.w3c.dom.css.CSSStyleDeclaration getStyle()
public abstract org.w3c.dom.css.CSSValue getPresentationAttribute(String arg1)

org.w3c.dom.svg.SVGStyleElement(Ci-dessous la liste des Méthodes de la classe)

public abstract String getXMLspace()
public abstract void setXMLspace(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getType()
public abstract void setType(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getMedia()
public abstract void setMedia(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getTitle()
public abstract void setTitle(String arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGSVGElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()
public abstract String getContentScriptType()
public abstract void setContentScriptType(String arg1)
		throws org.w3c.dom.DOMException
public abstract String getContentStyleType()
public abstract void setContentStyleType(String arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGRect getViewport()
public abstract float getPixelUnitToMillimeterX()
public abstract float getPixelUnitToMillimeterY()
public abstract float getScreenPixelToMillimeterX()
public abstract float getScreenPixelToMillimeterY()
public abstract boolean getUseCurrentView()
public abstract void setUseCurrentView(boolean arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGViewSpec getCurrentView()
public abstract float getCurrentScale()
public abstract void setCurrentScale(float arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint getCurrentTranslate()
public abstract int suspendRedraw(int arg1)
public abstract void unsuspendRedraw(int arg1)
		throws org.w3c.dom.DOMException
public abstract void unsuspendRedrawAll()
public abstract void forceRedraw()
public abstract void pauseAnimations()
public abstract void unpauseAnimations()
public abstract boolean animationsPaused()
public abstract float getCurrentTime()
public abstract void setCurrentTime(float arg1)
public abstract org.w3c.dom.NodeList getIntersectionList(org.w3c.dom.svg.SVGRect arg1, org.w3c.dom.svg.SVGElement arg2)
public abstract org.w3c.dom.NodeList getEnclosureList(org.w3c.dom.svg.SVGRect arg1, org.w3c.dom.svg.SVGElement arg2)
public abstract boolean checkIntersection(org.w3c.dom.svg.SVGElement arg1, org.w3c.dom.svg.SVGRect arg2)
public abstract boolean checkEnclosure(org.w3c.dom.svg.SVGElement arg1, org.w3c.dom.svg.SVGRect arg2)
public abstract void deselectAll()
public abstract org.w3c.dom.svg.SVGNumber createSVGNumber()
public abstract org.w3c.dom.svg.SVGLength createSVGLength()
public abstract org.w3c.dom.svg.SVGAngle createSVGAngle()
public abstract org.w3c.dom.svg.SVGPoint createSVGPoint()
public abstract org.w3c.dom.svg.SVGMatrix createSVGMatrix()
public abstract org.w3c.dom.svg.SVGRect createSVGRect()
public abstract org.w3c.dom.svg.SVGTransform createSVGTransform()
public abstract org.w3c.dom.svg.SVGTransform createSVGTransformFromMatrix(org.w3c.dom.svg.SVGMatrix arg1)
public abstract org.w3c.dom.Element getElementById(String arg1)

org.w3c.dom.svg.SVGTests(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGStringList getRequiredFeatures()
public abstract org.w3c.dom.svg.SVGStringList getRequiredExtensions()
public abstract org.w3c.dom.svg.SVGStringList getSystemLanguage()
public abstract boolean hasExtension(String arg1)

org.w3c.dom.svg.SVGTextContentElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getTextLength()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getLengthAdjust()
public abstract int getNumberOfChars()
public abstract float getComputedTextLength()
public abstract float getSubStringLength(int arg1, int arg2)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint getStartPositionOfChar(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGPoint getEndPositionOfChar(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGRect getExtentOfChar(int arg1)
		throws org.w3c.dom.DOMException
public abstract float getRotationOfChar(int arg1)
		throws org.w3c.dom.DOMException
public abstract int getCharNumAtPosition(org.w3c.dom.svg.SVGPoint arg1)
public abstract void selectSubString(int arg1, int arg2)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGTextPathElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getStartOffset()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getMethod()
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getSpacing()

org.w3c.dom.svg.SVGTextPositioningElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLengthList getX()
public abstract org.w3c.dom.svg.SVGAnimatedLengthList getY()
public abstract org.w3c.dom.svg.SVGAnimatedLengthList getDx()
public abstract org.w3c.dom.svg.SVGAnimatedLengthList getDy()
public abstract org.w3c.dom.svg.SVGAnimatedNumberList getRotate()

org.w3c.dom.svg.SVGTransform(Ci-dessous la liste des Méthodes de la classe)

public abstract short getType()
public abstract org.w3c.dom.svg.SVGMatrix getMatrix()
public abstract float getAngle()
public abstract void setMatrix(org.w3c.dom.svg.SVGMatrix arg1)
public abstract void setTranslate(float arg1, float arg2)
public abstract void setScale(float arg1, float arg2)
public abstract void setRotate(float arg1, float arg2, float arg3)
public abstract void setSkewX(float arg1)
public abstract void setSkewY(float arg1)

org.w3c.dom.svg.SVGTransformable(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedTransformList getTransform()

org.w3c.dom.svg.SVGTransformList(Ci-dessous la liste des Méthodes de la classe)

public abstract int getNumberOfItems()
public abstract void clear()
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGTransform initialize(org.w3c.dom.svg.SVGTransform arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGTransform getItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGTransform insertItemBefore(org.w3c.dom.svg.SVGTransform arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGTransform replaceItem(org.w3c.dom.svg.SVGTransform arg1, int arg2)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGTransform removeItem(int arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.svg.SVGTransform appendItem(org.w3c.dom.svg.SVGTransform arg1)
		throws org.w3c.dom.DOMException, org.w3c.dom.svg.SVGException
public abstract org.w3c.dom.svg.SVGTransform createSVGTransformFromMatrix(org.w3c.dom.svg.SVGMatrix arg1)
public abstract org.w3c.dom.svg.SVGTransform consolidate()

org.w3c.dom.svg.SVGURIReference(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedString getHref()

org.w3c.dom.svg.SVGUseElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGAnimatedLength getX()
public abstract org.w3c.dom.svg.SVGAnimatedLength getY()
public abstract org.w3c.dom.svg.SVGAnimatedLength getWidth()
public abstract org.w3c.dom.svg.SVGAnimatedLength getHeight()
public abstract org.w3c.dom.svg.SVGElementInstance getInstanceRoot()
public abstract org.w3c.dom.svg.SVGElementInstance getAnimatedInstanceRoot()

org.w3c.dom.svg.SVGViewElement(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGStringList getViewTarget()

org.w3c.dom.svg.SVGViewSpec(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGTransformList getTransform()
public abstract org.w3c.dom.svg.SVGElement getViewTarget()
public abstract String getViewBoxString()
public abstract String getPreserveAspectRatioString()
public abstract String getTransformString()
public abstract String getViewTargetString()

org.w3c.dom.svg.SVGZoomAndPan(Ci-dessous la liste des Méthodes de la classe)

public abstract short getZoomAndPan()
public abstract void setZoomAndPan(short arg1)
		throws org.w3c.dom.DOMException

org.w3c.dom.svg.SVGZoomEvent(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.svg.SVGRect getZoomRectScreen()
public abstract float getPreviousScale()
public abstract org.w3c.dom.svg.SVGPoint getPreviousTranslate()
public abstract float getNewScale()
public abstract org.w3c.dom.svg.SVGPoint getNewTranslate()

Leave a Reply

Your email address will not be published. Required fields are marked *