|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for SVG DOM classes to expose information about the traits (XML attributes and CSS properties) their elements support.
| Method Summary | |
int |
getAttributeType(String ns,
String ln)
Returns the SVG type of the given XML attribute. |
int |
getPropertyType(String pn)
Returns the SVG type of the given CSS property. |
boolean |
hasProperty(String pn)
Returns whether the given CSS property is available on this element. |
boolean |
hasTrait(String ns,
String ln)
Returns whether the given trait is available on this element. |
boolean |
isAttributeAdditive(String ns,
String ln)
Returns whether the given XML attribute is additive. |
boolean |
isAttributeAnimatable(String ns,
String ln)
Returns whether the given XML attribute is animatable. |
boolean |
isPropertyAdditive(String pn)
Returns whether the given CSS property is additive. |
boolean |
isPropertyAnimatable(String pn)
Returns whether the given CSS property is animatable. |
boolean |
isTraitAdditive(String ns,
String tn)
Returns whether the given trait is additive. |
boolean |
isTraitAnimatable(String ns,
String tn)
Returns whether the given trait is animatable. |
| Method Detail |
public boolean hasProperty(String pn)
public boolean hasTrait(String ns,
String ln)
public boolean isPropertyAnimatable(String pn)
public boolean isAttributeAnimatable(String ns,
String ln)
public boolean isPropertyAdditive(String pn)
public boolean isAttributeAdditive(String ns,
String ln)
public boolean isTraitAnimatable(String ns,
String tn)
public boolean isTraitAdditive(String ns,
String tn)
public int getPropertyType(String pn)
SVGTypes.
public int getAttributeType(String ns,
String ln)
SVGTypes.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||