|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.Chart3DStyle
public class Chart3DStyle
This class defines the different styles of the general 3d chart.
This style belongs to the plot Chart3DPlot.
BAR,
PYRAMID,
CONE,
CYLINDER,
OCTAGON,
CUTCORNER,
SURFACE,
SURFACE_SOLID,
SURFACE_HONEYCOMB,
AREA_CONNECTED_SERIES,
AREA_CONNECTED_GROUPS,
FLOATING_CUBES,
Serialized Form| Field Summary | |
|---|---|
static Chart3DStyle |
AREA_CONNECTED_GROUPS
This is a area style with connected groups. |
static Chart3DStyle |
AREA_CONNECTED_SERIES
This is a area style with connected series. |
static Chart3DStyle |
BAR
This is a bar style. |
static Chart3DStyle |
CONE
This is a cone style. |
static Chart3DStyle |
CUTCORNER
This is a cut corner style. |
static Chart3DStyle |
CYLINDER
This is a cylinder style. |
static Chart3DStyle |
FLOATING_CUBES
This is a floating cubes style. |
static Chart3DStyle |
OCTAGON
This is a octagon style. |
static Chart3DStyle |
PYRAMID
This is a pyramid style. |
static Chart3DStyle |
SURFACE
This is a surface style. |
static Chart3DStyle |
SURFACE_HONEYCOMB
This is a honeycomb surface style. |
static Chart3DStyle |
SURFACE_SOLID
This is a solid surface style. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style. |
AbstractPlot |
getDefaultPlot()
Creates a new 3D plot and initializes the plot with default settings. |
boolean |
isSurface()
Returns true, if this style is Surface style and false otherwise. |
| Methods inherited from class com.inet.report.chart.plot.ChartStyle |
|---|
hashCode, toString |
| Field Detail |
|---|
public static final Chart3DStyle BAR
public static final Chart3DStyle PYRAMID
public static final Chart3DStyle CONE
public static final Chart3DStyle CYLINDER
public static final Chart3DStyle OCTAGON
public static final Chart3DStyle CUTCORNER
public static final Chart3DStyle SURFACE
public static final Chart3DStyle SURFACE_SOLID
public static final Chart3DStyle SURFACE_HONEYCOMB
public static final Chart3DStyle AREA_CONNECTED_SERIES
public static final Chart3DStyle AREA_CONNECTED_GROUPS
public static final Chart3DStyle FLOATING_CUBES
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ChartStylepublic AbstractPlot getDefaultPlot()
getDefaultPlot in class ChartStyleChart3DPlot.AbstractPlotpublic java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets in class ChartStylechart - the chart
Chart2public boolean isSurface()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||