Klasse Chart3DPlot
java.lang.Object
com.inet.report.chart.plot.AbstractPlot
com.inet.report.chart.plot.StandardPlot
com.inet.report.chart.plot.Chart3DPlot
- Alle implementierten Schnittstellen:
ChartPlot, Serializable
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen AbstractPlot
AbstractPlot.GradientSetting -
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final intThe default base color.static final Chart3DStyleDefault chart style with this plot.static final intThe default color of both walls.Von Klasse geerbte Felder StandardPlot
ITEM_LABEL_POSITION_BASE, ITEM_LABEL_POSITION_CENTER, ITEM_LABEL_POSITION_INSIDE_OF_MAX, ITEM_LABEL_POSITION_OUTSIDE_OF_MAX -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a 3D plot with default properties.Chart3DPlot(Chart3DStyle style) Creates a 3D plot with defined chart style. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the series axis.getStyle()Returns the style of this chart, ie. the general category this plot belongs to.protected StringBuildergetSubProperties(int depth) Returns the serialized simple properties of subclasses.com.inet.chart3d.geom.ViewParamsReturns the 3D viewing parameters for this chart.intReturns the ABGR value representing the wall background color.voidreadProperties(Element element, Chart2 chart) Reads the chart properties from the DOMParser Element.voidrefreshAutoTitles(Chart2 chart) Reads out the data column names from dataset and refreshes the chart labels.protected voidsaveSubProperties(PrintWriter out, int depth) Writes the intern properties to output.voidsetSeriesAxis(BaseAxis seriesAxis) Sets the series axis.voidsetStyle(Chart3DStyle style) Sets the chart style of this plot.voidsetViewParams(com.inet.chart3d.geom.ViewParams viewParams) Sets the 3D viewing parameters for this chart.voidsetWallBackColor(int wallBackgroundColor) Sets the ABGR components of the walls background paint.Von Klasse geerbte Methoden StandardPlot
getCategoryAxis, getDataAxis, getDataset, getItemLabelPosition, getReferencedObject, isShowCumulativeValues, setCategoryAxis, setDataAxis, setDataset, setItemLabelPosition, setShowCumulativeValuesVon Klasse geerbte Methoden AbstractPlot
getBackColor, getColorFormula, getColorSequence, getForegroundAlpha, getGradientSetting, getItemLabelColor, getItemLabelFont, getItemLabelFormat, getItemLabelFormatFormula, getItemShape, getOutlineColor, getOutlineStyle, getOutlineWidth, isColorBySeries, isDrawOutline, isSameColorsForSameGroups, isShowLabel, isShowValue, saveProperties, setBackColor, setColorBySeries, setColorFormula, setColorSequence, setDrawOutline, setForegroundAlpha, setGradientSetting, setItemLabelColor, setItemLabelFont, setItemLabelFormat, setItemLabelFormatFormula, setItemShape, setOutlineColor, setOutlineStyle, setOutlineWidth, setSameColorsForSameGroups, setShowLabel, setShowValue
-
Felddetails
-
DEFAULT_STYLE
Default chart style with this plot. -
DEFAULT_WALL_COLOR
public static final int DEFAULT_WALL_COLORThe default color of both walls. -
DEFAULT_BASE_COLOR
public static final int DEFAULT_BASE_COLORThe default base color.
-
-
Konstruktordetails
-
Chart3DPlot
public Chart3DPlot()Creates a 3D plot with default properties.- Seit:
- 8.0
-
Chart3DPlot
Creates a 3D plot with defined chart style. Initializes all properties with default values.- Parameter:
style- the chart style (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
-
Methodendetails
-
getWallBackColor
public int getWallBackColor()Returns the ABGR value representing the wall background color.- Gibt zurück:
- the color.
- Seit:
- 8.0
- Siehe auch:
-
setWallBackColor
public void setWallBackColor(int wallBackgroundColor) Sets the ABGR components of the walls background paint.- Parameter:
wallBackgroundColor- the color- Seit:
- 8.0
- Siehe auch:
-
getSeriesAxis
Returns the series axis. The series axis is the left axis on bottom of chart.- Gibt zurück:
- the seriesAxis
- Seit:
- 8.0
- Siehe auch:
-
setSeriesAxis
Sets the series axis. The series axis is the left axis on bottom of chart.- Parameter:
seriesAxis- the series axis (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
getStyle
Returns the style of this chart, ie. the general category this plot belongs to.- Angegeben von:
getStylein KlasseStandardPlot- Gibt zurück:
- the style
- Siehe auch:
-
setStyle
Sets the chart style of this plot.- Parameter:
style- the style (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
getViewParams
public com.inet.chart3d.geom.ViewParams getViewParams()Returns the 3D viewing parameters for this chart.- Gibt zurück:
- the view parameters.
- Seit:
- 8.0
- Siehe auch:
-
setViewParams
public void setViewParams(com.inet.chart3d.geom.ViewParams viewParams) Sets the 3D viewing parameters for this chart.- Parameter:
viewParams- the viewing parameters (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
refreshAutoTitles
Reads out the data column names from dataset and refreshes the chart labels. Please use this function to refresh the chart labels if the data was be changed.- Angegeben von:
refreshAutoTitlesin SchnittstelleChartPlot- Setzt außer Kraft:
refreshAutoTitlesin KlasseStandardPlot- Parameter:
chart- the chart
-
getSubProperties
Returns the serialized simple properties of subclasses.- Setzt außer Kraft:
getSubPropertiesin KlasseStandardPlot- Parameter:
depth- the depth of XML indent- Gibt zurück:
- the properties.
-
saveSubProperties
Writes the intern properties to output. Overwrites this to save intern properties direct toPrintWriterwithout building aStringBuilder.- Setzt außer Kraft:
saveSubPropertiesin KlasseStandardPlot- Parameter:
out- the outputdepth- the depth of XML indent
-
readProperties
Reads the chart properties from the DOMParser Element.- Angegeben von:
readPropertiesin SchnittstelleChartPlot- Setzt außer Kraft:
readPropertiesin KlasseStandardPlot- Parameter:
element- the DOMParser Elementchart- the chart
-