TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
Axis, AxisCategory, AxisCategoryHorizontal, AxisCategoryHorizontal3D, AxisCategoryVertical, AxisCategoryVertical3D, AxisNumber, AxisNumberHorizontal, AxisNumberHorizontal3D, AxisNumberVertical, AxisNumberVertical3D, ChartArea, DataSet, DataSetBar, DataSetBar3D, DataSetLine, DataSetLineCategory, DataSetLineContinuum, DataSetPie, DataSetPie3D, DataSetStackArea, DataSetStackAreaCategory, DataSetStackBar, DataSetStackBar3D, GraphArea, GraphAreaBar, GraphAreaBar3D, GraphAreaLine, GraphAreaMeter, GraphAreaPie, GraphAreaPie3D, GraphAreaStackArea, GraphAreaStackBar, GraphAreaStackBar3D, GraphAreaXY, GraphAreaXY3D, Grid, Grid3D, Legend, LegendHorizontalLTR, LegendHorizontalRTL, LegendVerticalLTR, LegendVerticalRTL, MarkerLines, MarkerRegions, Part, PlotArea, PlotAreaBar, PlotAreaBar3D, PlotAreaLine, PlotAreaPie, PlotAreaPie3D, PlotAreaStackArea, PlotAreaStackBar, PlotAreaStackBar3D, PlotAreaXY, PreferenceIcon, SVGDocumentFragmentBase, SVGSvg, Timestamp, Title, TooltipPlaceholder

public interface ISVGDocumentFragmentBase

ISVGDocumentFragmentBase interface defines accessors for attributes which are common to Scalable Vector Graphics (SVG) "svg" elements. $Revision: 1.1 $


Method Summary
 java.lang.String getHeight()
          Returns the height.
 java.lang.String getPreserveAspectRatio()
          Returns the preserveAspectRatio.
 java.lang.String getViewbox()
          Returns the viewbox.
 java.lang.String getWidth()
          Returns the width.
 java.lang.String getXCoordinate()
          Returns the xCoordinate.
 java.lang.String getYCoordinate()
          Returns the yCoordinate.
 void setHeight(java.lang.String height)
          Sets the height.
 void setPreserveAspectRatio(java.lang.String preserveAspectRatio)
          Sets the preserveAspectRatio.
 void setViewbox(java.lang.String viewbox)
          Sets the viewbox.
 void setWidth(java.lang.String width)
          Sets the width.
 void setXCoordinate(java.lang.String xCoordinate)
          Sets the xCoordinate.
 void setYCoordinate(java.lang.String yCoordinate)
          Sets the yCoordinate.
 

Method Detail

getWidth

java.lang.String getWidth()
Returns the width.

Returns:
String

getHeight

java.lang.String getHeight()
Returns the height.

Returns:
String

getXCoordinate

java.lang.String getXCoordinate()
Returns the xCoordinate.

Returns:
String

getYCoordinate

java.lang.String getYCoordinate()
Returns the yCoordinate.

Returns:
String

getViewbox

java.lang.String getViewbox()
Returns the viewbox.

Returns:
String

getPreserveAspectRatio

java.lang.String getPreserveAspectRatio()
Returns the preserveAspectRatio.

Returns:
String

setWidth

void setWidth(java.lang.String width)
Sets the width.

Parameters:
width - A non-negative value

setHeight

void setHeight(java.lang.String height)
Sets the height.

Parameters:
height - A non-negative value

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

setViewbox

void setViewbox(java.lang.String viewbox)
Sets the viewbox.

Parameters:
viewBox - The viewBox to set

setPreserveAspectRatio

void setPreserveAspectRatio(java.lang.String preserveAspectRatio)
Sets the preserveAspectRatio.

Parameters:
preserveAspectRatio - The preserveAspectRatio to set

TPTP 4.5.0 Platform Project
Internal API Specification