|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVGSetBase
ISVGSetBase interface defines accessors for attributes which are
common to Scalable Vector Graphics (SVG) "set" elements. Also provides for
generating the implementation element.
$Revision: 1.1 $
| Method Summary | |
|---|---|
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument)
Generates and returns the implementation of the SVG element. |
java.lang.String |
getAttributeName()
Returns the attributeName. |
java.lang.String |
getAttributeType()
Returns the attributeType. |
java.lang.String |
getBegain()
Returns the begain. |
java.lang.String |
getDur()
Returns the dur. |
java.lang.String |
getEnd()
Returns the end. |
java.lang.String |
getFill()
Returns the fill. |
java.lang.String |
getFrom()
Returns the from. |
java.lang.String |
getTo()
Returns the to. |
void |
setAttributeName(java.lang.String attributeName)
Sets the attributeName. |
void |
setAttributeType(java.lang.String attributeType)
Sets the attributeType. |
void |
setBegain(java.lang.String begain)
Sets the begain. |
void |
setDur(java.lang.String dur)
Sets the dur. |
void |
setEnd(java.lang.String end)
Sets the end. |
void |
setFill(java.lang.String fill)
Sets the fill. |
void |
setFrom(java.lang.String from)
Sets the from. |
void |
setTo(java.lang.String to)
Sets the to. |
| Method Detail |
|---|
org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException
Document - the target SVG document.
org.w3c.dom.DOMException - if the tag name contains an illegal character.java.lang.String getAttributeName()
java.lang.String getAttributeType()
java.lang.String getBegain()
java.lang.String getDur()
java.lang.String getEnd()
java.lang.String getFill()
java.lang.String getFrom()
java.lang.String getTo()
void setAttributeName(java.lang.String attributeName)
attributeName - The attributeName to setvoid setAttributeType(java.lang.String attributeType)
attributeType - The attributeType to setvoid setBegain(java.lang.String begain)
begain - The begain to setvoid setDur(java.lang.String dur)
dur - The dur to setvoid setEnd(java.lang.String end)
end - The end to setvoid setFill(java.lang.String fill)
fill - The fill to setvoid setFrom(java.lang.String from)
from - The from to setvoid setTo(java.lang.String to)
to - The to to set
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||