|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGContainerBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGDocumentFragmentBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGSvg
org.eclipse.tptp.platform.report.chart.svg.internal.part.Part
org.eclipse.tptp.platform.report.chart.svg.internal.part.DataSet
org.eclipse.tptp.platform.report.chart.svg.internal.part.DataSetStackArea
public abstract class DataSetStackArea
| Field Summary | |
|---|---|
protected java.util.List |
categoryList
The list of categories, used only if the independent axis is a category axis |
protected int |
colorIndex
|
protected AxisNumber |
depAxis
dependent axis |
protected boolean |
depAxislinear
A flag to show if the dependent axis scale is linear. |
protected double |
depAxisMax
Maximum value of the dependent axis |
protected double |
depAxisMin
Minimum value of the dependent axis |
protected boolean |
generateShadows
A flag to show whether shadows for points should be generated |
protected double[] |
groupDataPositions
An array of positions that correspond to each category, used only if the independent axis is a category axis |
protected Axis |
indepAxis
Independent axis |
protected boolean |
indepAxislinear
A flag to show if the dependent axis scale is linear. |
protected double |
indepAxisMax
Maximum value of the dependent axis |
protected double |
indepAxisMin
Minimum value of the dependent axis |
protected boolean |
isLTR
Text direction: true if LTR, false if RTL |
protected SVGColorPalettes |
palettes
color palette to be used |
protected double |
shapeHeight
height of shape |
protected java.lang.String |
shapeId
Shape ID |
protected double |
shapeWidth
width of shape |
protected boolean |
showArea
A flag to show if the area between the line and the horizontal axis (zero line) should be filled with color (for area charts) |
protected boolean |
showLine
A flag to indicate whether the points should be connected |
protected CategoricalData[] |
sortedDatapoints
An array of sorted data points, used only if the independent axis is a category axis |
protected boolean |
useCategories
A flag to show if the independent axis uses categories. |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.part.DataSet |
|---|
dataset, datasetIndex, nls |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.part.Part |
|---|
height, input, width, x, y |
| Fields inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.part.IGraphicTypeConstants |
|---|
AREA_CHART, HBAR_CHART, HBAR_CHART3D, HSTACKBAR_CHART, HSTACKBAR_CHART3D, LINE_CHART, METER, PIE_CHART, PIE_CHART3D, SCATTER_CHART, STACK_AREA_CHART, VBAR_CHART, VBAR_CHART3D, VSTACKBAR_CHART, VSTACKBAR_CHART3D |
| Constructor Summary | |
|---|---|
DataSetStackArea(Chart input,
boolean isLTR,
Axis indepAxis,
AxisNumber depAxis,
DataSet dataset,
int datasetIndex,
int colorIndex,
SVGColorPalettes palettes,
java.lang.String shapeId,
double shapeWidth,
double shapeHeight,
NLString nls)
Method DataSetStackArea. |
|
| Method Summary | |
|---|---|
void |
setDataSet(DataSet dataset)
Sets the dataset to be plotted |
void |
setDepAxis(AxisNumber axis)
Sets dependent axis |
void |
setIndepAxis(Axis axis)
Sets independent axis |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.part.DataSet |
|---|
getCoordinate |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.part.Part |
|---|
constructPart, doImplementation |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGSvg |
|---|
addDefinition, addDefinition, addStyle, doImplementation, doImplementation, doImplementation, getImplementation |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGDocumentFragmentBase |
|---|
getHeight, getPreserveAspectRatio, getViewbox, getWidth, getXCoordinate, getYCoordinate, setHeight, setPreserveAspectRatio, setViewbox, setWidth, setXCoordinate, setYCoordinate |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGContainerBase |
|---|
getChildren, getDesc, getTitle, setChildren, setDesc, setTitle |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase |
|---|
getIdentifier, getStyle, getStyleClass, getTagName, getVisibility, setIdentifier, setStyle, setStyleClass, setTagName, setVisibility |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Axis indepAxis
protected AxisNumber depAxis
protected CategoricalData[] sortedDatapoints
protected int colorIndex
protected java.util.List categoryList
protected double[] groupDataPositions
protected double indepAxisMax
protected double indepAxisMin
protected boolean indepAxislinear
protected double depAxisMax
protected double depAxisMin
protected boolean depAxislinear
protected boolean useCategories
protected boolean showArea
protected boolean showLine
protected boolean generateShadows
protected boolean isLTR
protected java.lang.String shapeId
protected double shapeWidth
protected double shapeHeight
protected SVGColorPalettes palettes
| Constructor Detail |
|---|
public DataSetStackArea(Chart input,
boolean isLTR,
Axis indepAxis,
AxisNumber depAxis,
DataSet dataset,
int datasetIndex,
int colorIndex,
SVGColorPalettes palettes,
java.lang.String shapeId,
double shapeWidth,
double shapeHeight,
NLString nls)
input - isLTR - indepAxis - depAxis - dataset - datasetIndex - colorIndex - shapeIndex - shapes - | Method Detail |
|---|
public void setIndepAxis(Axis axis)
axis - independent axispublic void setDepAxis(AxisNumber axis)
axis - dependent axispublic void setDataSet(DataSet dataset)
dataset -
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||