com.aspose.slides
Class ChartTypeCharacterizer

java.lang.Object
  extended by com.aspose.slides.ChartTypeCharacterizer

public class ChartTypeCharacterizer
extends java.lang.Object

Helper for getting additional information about charts and series by its ChartType.


Constructor Summary
ChartTypeCharacterizer()
           
 
Method Summary
static boolean hasSeriesTrendLines(int seriesType)
           
static boolean is2DChart(int chartType)
           Return true if chartType is one of 2D chart types.
static boolean is3DChart(int chartType)
           Return true if chartType is one of 3D chart types.
static boolean isBar3DChart(int chartType)
           Return true if chartType is one of bar3DChart subtypes (3D columns or bars).
static boolean isChartTypeArea(int chartType)
           Return true if chartType is one of Area subtypes.
static boolean isChartTypeBar(int chartType)
           Return true if chartType is one of Bar subtypes.
static boolean isChartTypeBubble(int chartType)
           Return true if chartType is one of Bubble subtypes.
static boolean isChartTypeColumn(int chartType)
           Return true if chartType is one of Column subtypes.
static boolean isChartTypeDoughnut(int chartType)
           Return true if chartType is one of Doughnut subtypes.
static boolean isChartTypeLine(int chartType)
           Return true if chartType is one of Line subtypes.
static boolean isChartTypePie(int chartType)
           Return true if chartType is one of Pie subtypes.
static boolean isChartTypeRadar(int chartType)
           Return true if chartType is one of Radar subtypes.
static boolean isChartTypeScatter(int chartType)
           Return true if chartType is one of Scatter subtypes.
static boolean isChartTypeStock(int chartType)
           Return true if chartType is one of Stock subtypes.
static boolean isChartTypeSurface(int chartType)
           Return true if chartType is one of Surface subtypes.
static boolean isErrorBarsXAllowed(int seriesType)
           
static boolean isErrorBarsYAllowed(int seriesType)
           
static boolean isSeriesUsesBubbleSizeCoordinate(int seriesType)
           
static boolean isSeriesUsesValueCoordinate(int seriesType)
           
static boolean isSeriesUsesXValueCoordinate(int seriesType)
           
static boolean isSeriesUsesYValueCoordinate(int seriesType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartTypeCharacterizer

public ChartTypeCharacterizer()
Method Detail

isBar3DChart

public static boolean isBar3DChart(int chartType)

Return true if chartType is one of bar3DChart subtypes (3D columns or bars).


is2DChart

public static boolean is2DChart(int chartType)

Return true if chartType is one of 2D chart types.


is3DChart

public static boolean is3DChart(int chartType)

Return true if chartType is one of 3D chart types.


isChartTypeColumn

public static boolean isChartTypeColumn(int chartType)

Return true if chartType is one of Column subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.ClusteredColumn, ChartType.ClusteredColumn3D, ChartType.ClusteredCone, ChartType.ClusteredCylinder, ChartType.ClusteredPyramid, ChartType.PercentsStackedColumn, ChartType.PercentsStackedColumn3D, ChartType.PercentsStackedCone, ChartType.PercentsStackedCylinder, ChartType.PercentsStackedPyramid, ChartType.StackedColumn, ChartType.StackedColumn3D, ChartType.StackedCone, ChartType.StackedCylinder, ChartType.StackedPyramid, ChartType.Column3D, ChartType.Cylinder3D, ChartType.Cone3D, ChartType.Pyramid3D.


isChartTypeLine

public static boolean isChartTypeLine(int chartType)

Return true if chartType is one of Line subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.Line, ChartType.LineWithMarkers, ChartType.PercentsStackedLine, ChartType.PercentsStackedLineWithMarkers, ChartType.StackedLine, ChartType.StackedLineWithMarkers, ChartType.Line3D.


isChartTypePie

public static boolean isChartTypePie(int chartType)

Return true if chartType is one of Pie subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.BarOfPie, ChartType.ExplodedPie, ChartType.ExplodedPie3D, ChartType.Pie, ChartType.Pie3D, ChartType.PieOfPie.


isChartTypeBar

public static boolean isChartTypeBar(int chartType)

Return true if chartType is one of Bar subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.ClusteredBar, ChartType.ClusteredBar3D, ChartType.PercentsStackedBar, ChartType.PercentsStackedBar3D, ChartType.StackedBar, ChartType.StackedBar3D, ChartType.ClusteredHorizontalCone, ChartType.ClusteredHorizontalCylinder, ChartType.ClusteredHorizontalPyramid, ChartType.StackedHorizontalCone, ChartType.StackedHorizontalCylinder, ChartType.StackedHorizontalPyramid, ChartType.PercentsStackedHorizontalCone, ChartType.PercentsStackedHorizontalCylinder, ChartType.PercentsStackedHorizontalPyramid.


isChartTypeArea

public static boolean isChartTypeArea(int chartType)

Return true if chartType is one of Area subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.Area, ChartType.PercentsStackedArea, ChartType.PercentsStackedArea3D, ChartType.StackedArea, ChartType.StackedArea3D, ChartType.Area3D.


isChartTypeScatter

public static boolean isChartTypeScatter(int chartType)

Return true if chartType is one of Scatter subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.ScatterWithMarkers, ChartType.ScatterWithSmoothLines, ChartType.ScatterWithSmoothLinesAndMarkers, ChartType.ScatterWithStraightLines, ChartType.ScatterWithStraightLinesAndMarkers.


isChartTypeStock

public static boolean isChartTypeStock(int chartType)

Return true if chartType is one of Stock subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.HighLowClose, ChartType.OpenHighLowClose, ChartType.VolumeHighLowClose, ChartType.VolumeOpenHighLowClose.


isChartTypeSurface

public static boolean isChartTypeSurface(int chartType)

Return true if chartType is one of Surface subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.Surface3D, ChartType.WireframeSurface3D, ChartType.Contour, ChartType.WireframeContour.


isChartTypeDoughnut

public static boolean isChartTypeDoughnut(int chartType)

Return true if chartType is one of Doughnut subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.Doughnut, ChartType.ExplodedDoughnut.


isChartTypeBubble

public static boolean isChartTypeBubble(int chartType)

Return true if chartType is one of Bubble subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.Bubble, ChartType.BubbleWith3D.


isChartTypeRadar

public static boolean isChartTypeRadar(int chartType)

Return true if chartType is one of Radar subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType.FilledRadar, ChartType.Radar, ChartType.RadarWithMarkers.


isSeriesUsesXValueCoordinate

public static boolean isSeriesUsesXValueCoordinate(int seriesType)

isSeriesUsesYValueCoordinate

public static boolean isSeriesUsesYValueCoordinate(int seriesType)

isSeriesUsesValueCoordinate

public static boolean isSeriesUsesValueCoordinate(int seriesType)

isSeriesUsesBubbleSizeCoordinate

public static boolean isSeriesUsesBubbleSizeCoordinate(int seriesType)

hasSeriesTrendLines

public static boolean hasSeriesTrendLines(int seriesType)

isErrorBarsXAllowed

public static boolean isErrorBarsXAllowed(int seriesType)

isErrorBarsYAllowed

public static boolean isErrorBarsYAllowed(int seriesType)


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.