Klasse Chart3DPlot

Alle implementierten Schnittstellen:
ChartPlot, Serializable

public class Chart3DPlot extends StandardPlot
Class to create 3D chart plots.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_STYLE

      public static final Chart3DStyle DEFAULT_STYLE
      Default chart style with this plot.
    • DEFAULT_WALL_COLOR

      public static final int DEFAULT_WALL_COLOR
      The default color of both walls.
    • DEFAULT_BASE_COLOR

      public static final int DEFAULT_BASE_COLOR
      The default base color.
  • Konstruktordetails

    • Chart3DPlot

      public Chart3DPlot()
      Creates a 3D plot with default properties.
      Seit:
      8.0
    • Chart3DPlot

      public Chart3DPlot(Chart3DStyle style)
      Creates a 3D plot with defined chart style. Initializes all properties with default values.
      Parameter:
      style - the chart style (null not 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

      public BaseAxis 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

      public void setSeriesAxis(BaseAxis seriesAxis)
      Sets the series axis. The series axis is the left axis on bottom of chart.
      Parameter:
      seriesAxis - the series axis (null not permitted)
      Seit:
      8.0
      Siehe auch:
    • getStyle

      public ChartStyle getStyle()
      Returns the style of this chart, ie. the general category this plot belongs to.
      Angegeben von:
      getStyle in Klasse StandardPlot
      Gibt zurück:
      the style
      Siehe auch:
    • setStyle

      public void setStyle(Chart3DStyle style)
      Sets the chart style of this plot.
      Parameter:
      style - the style (null not 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 (null not permitted)
      Seit:
      8.0
      Siehe auch:
    • refreshAutoTitles

      public void refreshAutoTitles(Chart2 chart)
      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:
      refreshAutoTitles in Schnittstelle ChartPlot
      Setzt außer Kraft:
      refreshAutoTitles in Klasse StandardPlot
      Parameter:
      chart - the chart
    • getSubProperties

      protected StringBuilder getSubProperties(int depth)
      Returns the serialized simple properties of subclasses.
      Setzt außer Kraft:
      getSubProperties in Klasse StandardPlot
      Parameter:
      depth - the depth of XML indent
      Gibt zurück:
      the properties.
    • saveSubProperties

      protected void saveSubProperties(PrintWriter out, int depth)
      Writes the intern properties to output. Overwrites this to save intern properties direct to PrintWriter without building a StringBuilder.
      Setzt außer Kraft:
      saveSubProperties in Klasse StandardPlot
      Parameter:
      out - the output
      depth - the depth of XML indent
    • readProperties

      public void readProperties(Element element, Chart2 chart)
      Reads the chart properties from the DOMParser Element.
      Angegeben von:
      readProperties in Schnittstelle ChartPlot
      Setzt außer Kraft:
      readProperties in Klasse StandardPlot
      Parameter:
      element - the DOMParser Element
      chart - the chart