|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vectomatic.dom.svg.OMNode
org.vectomatic.dom.svg.OMElement
org.vectomatic.dom.svg.OMSVGElement
org.vectomatic.dom.svg.OMSVGTextContentElement
org.vectomatic.dom.svg.OMSVGTextPathElement
@TagName(value="textPath") public class OMSVGTextPathElement
The OMSVGTextPathElement
interface corresponds
to the textPath element.
Field Summary | |
---|---|
static short |
TEXTPATH_METHODTYPE_ALIGN
Corresponds to value 'align'. |
static short |
TEXTPATH_METHODTYPE_STRETCH
Corresponds to value 'stretch'. |
static short |
TEXTPATH_METHODTYPE_UNKNOWN
The enumeration was set to a value that is not one of predefined types. |
static short |
TEXTPATH_SPACINGTYPE_AUTO
Corresponds to value 'auto'. |
static short |
TEXTPATH_SPACINGTYPE_EXACT
Corresponds to value 'exact'. |
static short |
TEXTPATH_SPACINGTYPE_UNKNOWN
The enumeration was set to a value that is not one of predefined types. |
Fields inherited from class org.vectomatic.dom.svg.OMSVGTextContentElement |
---|
LENGTHADJUST_SPACING, LENGTHADJUST_SPACINGANDGLYPHS, LENGTHADJUST_UNKNOWN |
Fields inherited from class org.vectomatic.dom.svg.OMNode |
---|
eventBus, ot |
Constructor Summary | |
---|---|
|
OMSVGTextPathElement()
|
protected |
OMSVGTextPathElement(SVGTextPathElement ot)
|
Method Summary | |
---|---|
OMSVGAnimatedString |
getHref()
Corresponds to attribute 'xlink:href' on the given element. |
OMSVGAnimatedEnumeration |
getMethod()
Corresponds to attribute getMethod()
on the given textPath element. |
OMSVGAnimatedEnumeration |
getSpacing()
Corresponds to attribute getSpacing()
on the given textPath element. |
OMSVGAnimatedLength |
getStartOffset()
Corresponds to attribute getStartOffset()
on the given textPath element. |
Methods inherited from class org.vectomatic.dom.svg.OMSVGElement |
---|
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase |
Methods inherited from class org.vectomatic.dom.svg.OMElement |
---|
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS |
Methods inherited from class org.vectomatic.dom.svg.OMNode |
---|
addDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGStylable |
---|
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal |
Field Detail |
---|
public static final short TEXTPATH_METHODTYPE_UNKNOWN
public static final short TEXTPATH_METHODTYPE_ALIGN
public static final short TEXTPATH_METHODTYPE_STRETCH
public static final short TEXTPATH_SPACINGTYPE_UNKNOWN
public static final short TEXTPATH_SPACINGTYPE_AUTO
public static final short TEXTPATH_SPACINGTYPE_EXACT
Constructor Detail |
---|
public OMSVGTextPathElement()
protected OMSVGTextPathElement(SVGTextPathElement ot)
Method Detail |
---|
public final OMSVGAnimatedLength getStartOffset()
getStartOffset()
on the given textPath element.
public final OMSVGAnimatedEnumeration getMethod()
getMethod()
on the given textPath element.
public final OMSVGAnimatedEnumeration getSpacing()
getSpacing()
on the given textPath element.
public final OMSVGAnimatedString getHref()
getHref
in interface ISVGURIReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |