|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ISVGBase interface defines accessors for attributes which are common to
a subset of the specified Scalable Vector Graphics (SVG) elements. Also provides for
accessing the generated implementation element.
$Revision: 1.1 $
| Method Summary | |
|---|---|
java.lang.String |
getIdentifier()
Returns the identifier. |
org.w3c.dom.Element |
getImplementation()
Returns the implementation element. |
java.lang.String |
getStyle()
Returns the style. |
java.lang.String |
getStyleClass()
Returns the style class. |
java.lang.String |
getVisibility()
Returns the visiblity setting. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier for the element. |
void |
setStyle(java.lang.String style)
Sets the style for the element. |
void |
setStyleClass(java.lang.String styleClass)
Sets the style class for the element. |
void |
setVisibility(java.lang.String visibility)
Sets the visibility setting for the element. |
| Method Detail |
public java.lang.String getIdentifier()
public java.lang.String getStyle()
public java.lang.String getStyleClass()
public java.lang.String getVisibility()
public void setIdentifier(java.lang.String identifier)
identifier - The identifier to set.public void setStyle(java.lang.String style)
style - The style to set.public void setStyleClass(java.lang.String styleClass)
styleClass - The styleClass to set.public void setVisibility(java.lang.String visibility)
visibility - Visibility settingpublic org.w3c.dom.Element getImplementation()
|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||