Methods Summary |
---|
public short | getAccumulate()A code representing the value of the accumulate attribute, as defined
above. Default value is ACCUMULATE_NONE .
|
public short | getAdditive()A code representing the value of the additive attribute, as defined
above. Default value is ADDITIVE_REPLACE .
|
public java.lang.String | getBy()A DOMString representing the value of the by attribute.
|
public short | getCalcMode()A code representing the value of the calcMode attribute, as defined
above.
|
public java.lang.String | getFrom()A DOMString representing the value of the from attribute.
|
public java.lang.String | getKeySplines()A DOMString representing the value of the keySplines
attribute. Need an interface a point (x1,y1,x2,y2)
|
public TimeList | getKeyTimes()A list of the time value of the keyTimes attribute.
|
public java.lang.String | getTo()A DOMString representing the value of the to attribute.
|
public java.lang.String | getValues()A DOMString representing the value of the values
attribute.
|
public void | setAccumulate(short accumulate)
|
public void | setAdditive(short additive)
|
public void | setBy(java.lang.String by)
|
public void | setCalcMode(short calcMode)
|
public void | setFrom(java.lang.String from)
|
public void | setKeySplines(java.lang.String keySplines)
|
public void | setKeyTimes(TimeList keyTimes)
|
public void | setTo(java.lang.String to)
|
public void | setValues(java.lang.String values)
|