Klasse Chart3DStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.Chart3DStyle
Alle implementierten Schnittstellen:
Serializable

public class Chart3DStyle extends ChartStyle
This class defines the different styles of the general 3d chart. This style belongs to the plot Chart3DPlot.
Seit:
8.0
Siehe auch:
  • Felddetails

    • BAR

      public static final Chart3DStyle BAR
      This is a bar style.
    • PYRAMID

      public static final Chart3DStyle PYRAMID
      This is a pyramid style.
    • CONE

      public static final Chart3DStyle CONE
      This is a cone style.
    • CYLINDER

      public static final Chart3DStyle CYLINDER
      This is a cylinder style.
    • OCTAGON

      public static final Chart3DStyle OCTAGON
      This is a octagon style.
    • CUTCORNER

      public static final Chart3DStyle CUTCORNER
      This is a cut corner style.
    • SURFACE

      public static final Chart3DStyle SURFACE
      This is a surface style.
    • SURFACE_SOLID

      public static final Chart3DStyle SURFACE_SOLID
      This is a solid surface style.
    • SURFACE_HONEYCOMB

      public static final Chart3DStyle SURFACE_HONEYCOMB
      This is a honeycomb surface style.
    • AREA_CONNECTED_SERIES

      public static final Chart3DStyle AREA_CONNECTED_SERIES
      This is a area style with connected series.
    • AREA_CONNECTED_GROUPS

      public static final Chart3DStyle AREA_CONNECTED_GROUPS
      This is a area style with connected groups.
    • FLOATING_CUBES

      public static final Chart3DStyle FLOATING_CUBES
      This is a floating cubes style.
  • Methodendetails

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse ChartStyle
    • getDefaultPlot

      public AbstractPlot getDefaultPlot()
      Creates a new 3D plot and initializes the plot with default settings.
      Angegeben von:
      getDefaultPlot in Klasse ChartStyle
      Gibt zurück:
      the plot of type Chart3DPlot.
      Seit:
      8.0
      Siehe auch:
    • getAllowedDatasets

      public List getAllowedDatasets(Chart2 chart)
      Returns the list of dataset supported by this chart style.
      Angegeben von:
      getAllowedDatasets in Klasse ChartStyle
      Parameter:
      chart - the chart
      Gibt zurück:
      the list of datasets.
      Siehe auch:
    • isSurface

      public boolean isSurface()
      Returns true, if this style is Surface style and false otherwise.
      Gibt zurück:
      true, if this style is Surface style and false otherwise.
      Seit:
      8.0