TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.generator
Interface ISVGBase

All Known Implementing Classes:
SVGBase

public interface ISVGBase

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

getIdentifier

public java.lang.String getIdentifier()
Returns the identifier.

Returns:
String

getStyle

public java.lang.String getStyle()
Returns the style.

Returns:
String

getStyleClass

public java.lang.String getStyleClass()
Returns the style class.

Returns:
String

getVisibility

public java.lang.String getVisibility()
Returns the visiblity setting.

Returns:
visibility setting

setIdentifier

public void setIdentifier(java.lang.String identifier)
Sets the identifier for the element.

Parameters:
identifier - The identifier to set.

setStyle

public void setStyle(java.lang.String style)
Sets the style for the element.

Parameters:
style - The style to set.

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Sets the style class for the element.

Parameters:
styleClass - The styleClass to set.

setVisibility

public void setVisibility(java.lang.String visibility)
Sets the visibility setting for the element.

Parameters:
visibility - Visibility setting

getImplementation

public org.w3c.dom.Element getImplementation()
Returns the implementation element.

Returns:
Element

TPTP 4.2.0 Platform Project
Internal API Specification