TPTP 4.6.0 Platform Project
Internal API Specification

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

All Known Subinterfaces:
ISVGGroup
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, SVGClipPath, SVGClipPathBase, SVGContainerBase, SVGDefinition, SVGDocumentFragmentBase, SVGFeComponentTransfer, SVGFeComponentTransferBase, SVGFilter, SVGFilterBase, SVGGroup, SVGLinearGradient, SVGLinearGradientBase, SVGStyle, SVGStyleBase, SVGSvg, SVGSymbol, SVGSymbolBase, Timestamp, Title, TooltipPlaceholder

public interface ISVGContainerBase

ISVGContainerBase interface defines accessors for attributes which are common to a subset of the specified Scalable Vector Graphics (SVG) elements; in particular, those which act as containers. Also provides for accessing the objects which implement container elements. $Revision: 1.1 $


Method Summary
 SVGBase[] getChildren()
          Returns the array of contained objects.
 java.lang.String getDesc()
          Returns the description text.
 java.lang.String getTitle()
          Returns the title text.
 void setChildren(SVGBase[] children)
          Sets the array of contained objects.
 void setDesc(java.lang.String desc)
          Sets the description text.
 void setTitle(java.lang.String title)
          Sets the title text.
 

Method Detail

getChildren

SVGBase[] getChildren()
Returns the array of contained objects.

Returns:
SVGGraphicBase[]

getDesc

java.lang.String getDesc()
Returns the description text.

Returns:
String

getTitle

java.lang.String getTitle()
Returns the title text.

Returns:
String

setChildren

void setChildren(SVGBase[] children)
Sets the array of contained objects.

Parameters:
children - The children to set.

setDesc

void setDesc(java.lang.String desc)
Sets the description text.

Parameters:
desc - The desc to set

setTitle

void setTitle(java.lang.String title)
Sets the title text.

Parameters:
title - The title to set

TPTP 4.6.0 Platform Project
Internal API Specification