com.moyosoft.connector.ms.excel
Class ChartType

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.ChartType

public class ChartType
extends AbstractType

See Also:
Serialized Form

Field Summary
static ChartType AREA
           
static ChartType AREA_3D
           
static ChartType AREA_STACKED
           
static ChartType AREA_STACKED_3D
           
static ChartType AREA_STACKED100
           
static ChartType AREA_STACKED100_3D
           
static ChartType BAR_CLUSTERED
           
static ChartType BAR_CLUSTERED_3D
           
static ChartType BAR_OF_PIE
           
static ChartType BAR_STACKED
           
static ChartType BAR_STACKED_3D
           
static ChartType BAR_STACKED100
           
static ChartType BAR_STACKED100_3D
           
static ChartType BUBBLE
           
static ChartType BUBBLE3_DEFFECT
           
static ChartType COLUMN_3D
           
static ChartType COLUMN_CLUSTERED
           
static ChartType COLUMN_CLUSTERED_3D
           
static ChartType COLUMN_STACKED
           
static ChartType COLUMN_STACKED_3D
           
static ChartType COLUMN_STACKED100
           
static ChartType COLUMN_STACKED100_3D
           
static ChartType CONE_BAR_CLUSTERED
           
static ChartType CONE_BAR_STACKED
           
static ChartType CONE_BAR_STACKED100
           
static ChartType CONE_COL
           
static ChartType CONE_COL_CLUSTERED
           
static ChartType CONE_COL_STACKED
           
static ChartType CONE_COL_STACKED100
           
static ChartType CYLINDER_BAR_CLUSTERED
           
static ChartType CYLINDER_BAR_STACKED
           
static ChartType CYLINDER_BAR_STACKED100
           
static ChartType CYLINDER_COL
           
static ChartType CYLINDER_COL_CLUSTERED
           
static ChartType CYLINDER_COL_STACKED
           
static ChartType CYLINDER_COL_STACKED100
           
static ChartType DOUGHNUT
           
static ChartType DOUGHNUT_EXPLODED
           
static ChartType LINE
           
static ChartType LINE_3D
           
static ChartType LINE_MARKERS
           
static ChartType LINE_MARKERS_STACKED
           
static ChartType LINE_MARKERS_STACKED100
           
static ChartType LINE_STACKED
           
static ChartType LINE_STACKED100
           
static ChartType PIE
           
static ChartType PIE_3D
           
static ChartType PIE_EXPLODED
           
static ChartType PIE_EXPLODED_3D
           
static ChartType PIE_OF_PIE
           
static ChartType PYRAMID_BAR_CLUSTERED
           
static ChartType PYRAMID_BAR_STACKED
           
static ChartType PYRAMID_BAR_STACKED100
           
static ChartType PYRAMID_COL
           
static ChartType PYRAMID_COL_CLUSTERED
           
static ChartType PYRAMID_COL_STACKED
           
static ChartType PYRAMID_COL_STACKED100
           
static ChartType RADAR
           
static ChartType RADAR_FILLED
           
static ChartType RADAR_MARKERS
           
static ChartType STOCK_HLC
           
static ChartType STOCK_OHLC
           
static ChartType STOCK_VHLC
           
static ChartType STOCK_VOHLC
           
static ChartType SURFACE
           
static ChartType SURFACE_TOP_VIEW
           
static ChartType SURFACE_TOP_VIEW_WIREFRAME
           
static ChartType SURFACE_WIREFRAME
           
static ChartType XYSCATTER
           
static ChartType XYSCATTER_LINES
           
static ChartType XYSCATTER_LINES_NO_MARKERS
           
static ChartType XYSCATTER_SMOOTH
           
static ChartType XYSCATTER_SMOOTH_NO_MARKERS
           
 
Method Summary
static ChartType getById(int pId)
           
 boolean is3DArea()
           
 boolean is3DAreaStacked()
           
 boolean is3DAreaStacked100()
           
 boolean is3DBarClustered()
           
 boolean is3DBarStacked()
           
 boolean is3DBarStacked100()
           
 boolean is3DColumn()
           
 boolean is3DColumnClustered()
           
 boolean is3DColumnStacked()
           
 boolean is3DColumnStacked100()
           
 boolean is3DLine()
           
 boolean is3DPie()
           
 boolean is3DPieExploded()
           
 boolean isArea()
           
 boolean isAreaStacked()
           
 boolean isAreaStacked100()
           
 boolean isBarClustered()
           
 boolean isBarOfPie()
           
 boolean isBarStacked()
           
 boolean isBarStacked100()
           
 boolean isBubble()
           
 boolean isBubble3DEffect()
           
 boolean isColumnClustered()
           
 boolean isColumnStacked()
           
 boolean isColumnStacked100()
           
 boolean isConeBarClustered()
           
 boolean isConeBarStacked()
           
 boolean isConeBarStacked100()
           
 boolean isConeCol()
           
 boolean isConeColClustered()
           
 boolean isConeColStacked()
           
 boolean isConeColStacked100()
           
 boolean isCylinderBarClustered()
           
 boolean isCylinderBarStacked()
           
 boolean isCylinderBarStacked100()
           
 boolean isCylinderCol()
           
 boolean isCylinderColClustered()
           
 boolean isCylinderColStacked()
           
 boolean isCylinderColStacked100()
           
 boolean isDoughnut()
           
 boolean isDoughnutExploded()
           
 boolean isLine()
           
 boolean isLineMarkers()
           
 boolean isLineMarkersStacked()
           
 boolean isLineMarkersStacked100()
           
 boolean isLineStacked()
           
 boolean isLineStacked100()
           
 boolean isPie()
           
 boolean isPieExploded()
           
 boolean isPieOfPie()
           
 boolean isPyramidBarClustered()
           
 boolean isPyramidBarStacked()
           
 boolean isPyramidBarStacked100()
           
 boolean isPyramidCol()
           
 boolean isPyramidColClustered()
           
 boolean isPyramidColStacked()
           
 boolean isPyramidColStacked100()
           
 boolean isRadar()
           
 boolean isRadarFilled()
           
 boolean isRadarMarkers()
           
 boolean isStockHLC()
           
 boolean isStockOHLC()
           
 boolean isStockVHLC()
           
 boolean isStockVOHLC()
           
 boolean isSurface()
           
 boolean isSurfaceTopView()
           
 boolean isSurfaceTopViewWireframe()
           
 boolean isSurfaceWireframe()
           
 boolean isXYScatter()
           
 boolean isXYScatterLines()
           
 boolean isXYScatterLinesNoMarkers()
           
 boolean isXYScatterSmooth()
           
 boolean isXYScatterSmoothNoMarkers()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_CLUSTERED

public static final ChartType COLUMN_CLUSTERED

COLUMN_STACKED

public static final ChartType COLUMN_STACKED

COLUMN_STACKED100

public static final ChartType COLUMN_STACKED100

COLUMN_CLUSTERED_3D

public static final ChartType COLUMN_CLUSTERED_3D

COLUMN_STACKED_3D

public static final ChartType COLUMN_STACKED_3D

COLUMN_STACKED100_3D

public static final ChartType COLUMN_STACKED100_3D

BAR_CLUSTERED

public static final ChartType BAR_CLUSTERED

BAR_STACKED

public static final ChartType BAR_STACKED

BAR_STACKED100

public static final ChartType BAR_STACKED100

BAR_CLUSTERED_3D

public static final ChartType BAR_CLUSTERED_3D

BAR_STACKED_3D

public static final ChartType BAR_STACKED_3D

BAR_STACKED100_3D

public static final ChartType BAR_STACKED100_3D

LINE_STACKED

public static final ChartType LINE_STACKED

LINE_STACKED100

public static final ChartType LINE_STACKED100

LINE_MARKERS

public static final ChartType LINE_MARKERS

LINE_MARKERS_STACKED

public static final ChartType LINE_MARKERS_STACKED

LINE_MARKERS_STACKED100

public static final ChartType LINE_MARKERS_STACKED100

PIE_OF_PIE

public static final ChartType PIE_OF_PIE

PIE_EXPLODED

public static final ChartType PIE_EXPLODED

PIE_EXPLODED_3D

public static final ChartType PIE_EXPLODED_3D

BAR_OF_PIE

public static final ChartType BAR_OF_PIE

XYSCATTER_SMOOTH

public static final ChartType XYSCATTER_SMOOTH

XYSCATTER_SMOOTH_NO_MARKERS

public static final ChartType XYSCATTER_SMOOTH_NO_MARKERS

XYSCATTER_LINES

public static final ChartType XYSCATTER_LINES

XYSCATTER_LINES_NO_MARKERS

public static final ChartType XYSCATTER_LINES_NO_MARKERS

AREA_STACKED

public static final ChartType AREA_STACKED

AREA_STACKED100

public static final ChartType AREA_STACKED100

AREA_STACKED_3D

public static final ChartType AREA_STACKED_3D

AREA_STACKED100_3D

public static final ChartType AREA_STACKED100_3D

DOUGHNUT_EXPLODED

public static final ChartType DOUGHNUT_EXPLODED

RADAR_MARKERS

public static final ChartType RADAR_MARKERS

RADAR_FILLED

public static final ChartType RADAR_FILLED

SURFACE

public static final ChartType SURFACE

SURFACE_WIREFRAME

public static final ChartType SURFACE_WIREFRAME

SURFACE_TOP_VIEW

public static final ChartType SURFACE_TOP_VIEW

SURFACE_TOP_VIEW_WIREFRAME

public static final ChartType SURFACE_TOP_VIEW_WIREFRAME

BUBBLE

public static final ChartType BUBBLE

BUBBLE3_DEFFECT

public static final ChartType BUBBLE3_DEFFECT

STOCK_HLC

public static final ChartType STOCK_HLC

STOCK_OHLC

public static final ChartType STOCK_OHLC

STOCK_VHLC

public static final ChartType STOCK_VHLC

STOCK_VOHLC

public static final ChartType STOCK_VOHLC

CYLINDER_COL_CLUSTERED

public static final ChartType CYLINDER_COL_CLUSTERED

CYLINDER_COL_STACKED

public static final ChartType CYLINDER_COL_STACKED

CYLINDER_COL_STACKED100

public static final ChartType CYLINDER_COL_STACKED100

CYLINDER_BAR_CLUSTERED

public static final ChartType CYLINDER_BAR_CLUSTERED

CYLINDER_BAR_STACKED

public static final ChartType CYLINDER_BAR_STACKED

CYLINDER_BAR_STACKED100

public static final ChartType CYLINDER_BAR_STACKED100

CYLINDER_COL

public static final ChartType CYLINDER_COL

CONE_COL_CLUSTERED

public static final ChartType CONE_COL_CLUSTERED

CONE_COL_STACKED

public static final ChartType CONE_COL_STACKED

CONE_COL_STACKED100

public static final ChartType CONE_COL_STACKED100

CONE_BAR_CLUSTERED

public static final ChartType CONE_BAR_CLUSTERED

CONE_BAR_STACKED

public static final ChartType CONE_BAR_STACKED

CONE_BAR_STACKED100

public static final ChartType CONE_BAR_STACKED100

CONE_COL

public static final ChartType CONE_COL

PYRAMID_COL_CLUSTERED

public static final ChartType PYRAMID_COL_CLUSTERED

PYRAMID_COL_STACKED

public static final ChartType PYRAMID_COL_STACKED

PYRAMID_COL_STACKED100

public static final ChartType PYRAMID_COL_STACKED100

PYRAMID_BAR_CLUSTERED

public static final ChartType PYRAMID_BAR_CLUSTERED

PYRAMID_BAR_STACKED

public static final ChartType PYRAMID_BAR_STACKED

PYRAMID_BAR_STACKED100

public static final ChartType PYRAMID_BAR_STACKED100

PYRAMID_COL

public static final ChartType PYRAMID_COL

COLUMN_3D

public static final ChartType COLUMN_3D

LINE

public static final ChartType LINE

LINE_3D

public static final ChartType LINE_3D

PIE_3D

public static final ChartType PIE_3D

PIE

public static final ChartType PIE

XYSCATTER

public static final ChartType XYSCATTER

AREA_3D

public static final ChartType AREA_3D

AREA

public static final ChartType AREA

DOUGHNUT

public static final ChartType DOUGHNUT

RADAR

public static final ChartType RADAR
Method Detail

getById

public static ChartType getById(int pId)

isColumnClustered

public boolean isColumnClustered()

isColumnStacked

public boolean isColumnStacked()

isColumnStacked100

public boolean isColumnStacked100()

is3DColumnClustered

public boolean is3DColumnClustered()

is3DColumnStacked

public boolean is3DColumnStacked()

is3DColumnStacked100

public boolean is3DColumnStacked100()

isBarClustered

public boolean isBarClustered()

isBarStacked

public boolean isBarStacked()

isBarStacked100

public boolean isBarStacked100()

is3DBarClustered

public boolean is3DBarClustered()

is3DBarStacked

public boolean is3DBarStacked()

is3DBarStacked100

public boolean is3DBarStacked100()

isLineStacked

public boolean isLineStacked()

isLineStacked100

public boolean isLineStacked100()

isLineMarkers

public boolean isLineMarkers()

isLineMarkersStacked

public boolean isLineMarkersStacked()

isLineMarkersStacked100

public boolean isLineMarkersStacked100()

isPieOfPie

public boolean isPieOfPie()

isPieExploded

public boolean isPieExploded()

is3DPieExploded

public boolean is3DPieExploded()

isBarOfPie

public boolean isBarOfPie()

isXYScatterSmooth

public boolean isXYScatterSmooth()

isXYScatterSmoothNoMarkers

public boolean isXYScatterSmoothNoMarkers()

isXYScatterLines

public boolean isXYScatterLines()

isXYScatterLinesNoMarkers

public boolean isXYScatterLinesNoMarkers()

isAreaStacked

public boolean isAreaStacked()

isAreaStacked100

public boolean isAreaStacked100()

is3DAreaStacked

public boolean is3DAreaStacked()

is3DAreaStacked100

public boolean is3DAreaStacked100()

isDoughnutExploded

public boolean isDoughnutExploded()

isRadarMarkers

public boolean isRadarMarkers()

isRadarFilled

public boolean isRadarFilled()

isSurface

public boolean isSurface()

isSurfaceWireframe

public boolean isSurfaceWireframe()

isSurfaceTopView

public boolean isSurfaceTopView()

isSurfaceTopViewWireframe

public boolean isSurfaceTopViewWireframe()

isBubble

public boolean isBubble()

isBubble3DEffect

public boolean isBubble3DEffect()

isStockHLC

public boolean isStockHLC()

isStockOHLC

public boolean isStockOHLC()

isStockVHLC

public boolean isStockVHLC()

isStockVOHLC

public boolean isStockVOHLC()

isCylinderColClustered

public boolean isCylinderColClustered()

isCylinderColStacked

public boolean isCylinderColStacked()

isCylinderColStacked100

public boolean isCylinderColStacked100()

isCylinderBarClustered

public boolean isCylinderBarClustered()

isCylinderBarStacked

public boolean isCylinderBarStacked()

isCylinderBarStacked100

public boolean isCylinderBarStacked100()

isCylinderCol

public boolean isCylinderCol()

isConeColClustered

public boolean isConeColClustered()

isConeColStacked

public boolean isConeColStacked()

isConeColStacked100

public boolean isConeColStacked100()

isConeBarClustered

public boolean isConeBarClustered()

isConeBarStacked

public boolean isConeBarStacked()

isConeBarStacked100

public boolean isConeBarStacked100()

isConeCol

public boolean isConeCol()

isPyramidColClustered

public boolean isPyramidColClustered()

isPyramidColStacked

public boolean isPyramidColStacked()

isPyramidColStacked100

public boolean isPyramidColStacked100()

isPyramidBarClustered

public boolean isPyramidBarClustered()

isPyramidBarStacked

public boolean isPyramidBarStacked()

isPyramidBarStacked100

public boolean isPyramidBarStacked100()

isPyramidCol

public boolean isPyramidCol()

is3DColumn

public boolean is3DColumn()

isLine

public boolean isLine()

is3DLine

public boolean is3DLine()

is3DPie

public boolean is3DPie()

isPie

public boolean isPie()

isXYScatter

public boolean isXYScatter()

is3DArea

public boolean is3DArea()

isArea

public boolean isArea()

isDoughnut

public boolean isDoughnut()

isRadar

public boolean isRadar()