|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedTraitAccess
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 |
|---|
boolean hasProperty(String pn)
boolean hasTrait(String ns,
String ln)
boolean isPropertyAnimatable(String pn)
boolean isAttributeAnimatable(String ns,
String ln)
boolean isPropertyAdditive(String pn)
boolean isAttributeAdditive(String ns,
String ln)
boolean isTraitAnimatable(String ns,
String tn)
boolean isTraitAdditive(String ns,
String tn)
int getPropertyType(String pn)
SVGTypes.
int getAttributeType(String ns,
String ln)
SVGTypes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||