Package com.inet.report.chart.plot


package com.inet.report.chart.plot
Provides comprehensive chart plotting functionality for i-net Clear Reports, supporting various chart types and visualization styles.

This package implements a sophisticated plotting system that:

  • Manages different chart types (XY, Pie, Bar, Area, etc.)
  • Handles plot styling and appearance
  • Supports 3D visualization
  • Provides combined and specialized plots
  • Implements advanced rendering features

The plotting system supports:

  • Multiple chart types and styles
  • Customizable appearance and formatting
  • 3D visualization options
  • Combined and specialized plots
  • Advanced rendering features
Since:
8.0
  • Class
    Description
    A general plotting class with common properties used by all chart plots.
    The gradient paint setting for the colorization of the chart items.
    A general class for plotting data of groups of values.
    This class defines the different styles for the area chart.
    A general class for plotting data of groups of values.
    This class defines the different styles for the bar chart.
    Class to create 3D chart plots.
    This class defines the different styles of the general 3d chart.
    Interface for general chart plots.
    A general class for all chart styles.
    A general class for plotting data of different plots.
    A general class for plotting data of groups of values.
    This class defines the different styles of the continuous area chart.
    A general class for plotting data of groups of values.
    This class defines the different styles of the continuous bar chart.
    A general class for plotting data of groups of values.
    This class defines the different styles of the continuous line chart.
    This class sets the properties for draw out of scale.
    A general class for plotting data in the form of an start, end and progress value.
    This class defines the styles of the gantt chart.
    This class defines the shapes which used in the chart.
    A general class for plotting data of groups of values.
    This class defines the different styles of the line chart.
    A general class for plotting data of groups of values.
    This class defines the styles of the multiple pie chart.
    This class defines the layout of the pie legend.
    A general class for plotting data of groups of values.
    This class defines the different styles of the pie chart.
    A general class for plotting data of groups of values.
    This class defines the different styles of the polar chart.
    A general plotting class that uses BaseAxis as category axis, DiscreteNumberAxis as data axis and StandardDataset as data source.
    A general class for plotting data in the form of an open and close value or an open, close, high an low value.
    This class defines the different styles of the stock chart.
    A general class for plotting data in the form of (x, y) pairs.
    This class defines the different styles of the XYChart.