TPTP 4.6.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
AxisLabel, Line3D, SVGCircle, SVGCircleBase, SVGFeFunc, SVGFeFuncBase, SVGFeGaussianBlur, SVGFeGaussianBlurBase, SVGGraphicBase, SVGLine, SVGLineBase, SVGPath, SVGPathBase, SVGPolygon, SVGPolygonBase, SVGPolyline, SVGPolylineBase, SVGRectangle, SVGRectangleBase, SVGRotateText, SVGStop, SVGStopBase, SVGText, SVGTextBase, SVGUse, SVGUseBase

public interface ISVGGraphicBase

ISVGGraphicBase interface defines accessors for attributes which are common to a subset of the specified Scalable Vector Graphics (SVG) elements; in particular, those which display as graphics. $Revision: 1.1 $


Method Summary
 java.lang.String getFill()
          Returns the fill color.
 java.lang.String getStroke()
          Returns the stroke color.
 java.lang.String getTransformation()
          Returns the transformation.
 java.lang.String getXCoordinate()
          Returns the x-coordinate.
 java.lang.String getYCoordinate()
          Returns the y-coordinate.
 void setFill(java.lang.String fill)
          Sets the fill color.
 void setStroke(java.lang.String stroke)
          Sets the stroke color.
 void setTransformation(java.lang.String tTransformation)
          Sets the transformation.
 void setXCoordinate(java.lang.String xCoordinate)
          Sets the xCoordinate.
 void setYCoordinate(java.lang.String yCoordinate)
          Sets the yCoordinate.
 

Method Detail

getTransformation

java.lang.String getTransformation()
Returns the transformation.

Returns:
String

getFill

java.lang.String getFill()
Returns the fill color.

Returns:
String

getStroke

java.lang.String getStroke()
Returns the stroke color.

Returns:
String

getXCoordinate

java.lang.String getXCoordinate()
Returns the x-coordinate.

Returns:
String

getYCoordinate

java.lang.String getYCoordinate()
Returns the y-coordinate.

Returns:
String

setTransformation

void setTransformation(java.lang.String tTransformation)
Sets the transformation.

Parameters:
transformation - The transformation to set.

setFill

void setFill(java.lang.String fill)
Sets the fill color.

Parameters:
fill - The fill to set.

setStroke

void setStroke(java.lang.String stroke)
Sets the stroke color.

Parameters:
stroke - The stroke to set

setXCoordinate

void setXCoordinate(java.lang.String xCoordinate)
Sets the xCoordinate.

Parameters:
xCoordinate - The xCoordinate to set

setYCoordinate

void setYCoordinate(java.lang.String yCoordinate)
Sets the yCoordinate.

Parameters:
yCoordinate - The yCoordinate to set

TPTP 4.6.0 Platform Project
Internal API Specification