Package com.xj.anylogic.engine.analysis

Class Summary
BarChart The chart that displays a number of data items as bars with dimension proportional to their values (which can be negative).
Chart The base class for all charts.
Chart.Properties A data structure containing all specific chart properties (does not include general shape properties like X, Y, width, height, etc.).
Chart1D The base class for all charts that display a collection of single data items, like Pie, Bar, or Stack.
Chart1DSum A base class for all charts that display the fractions of the data items of their total (like Pie or Stack).
Chart2D The base class for all charts that display a collection of two-dimensional data sets, like Plot, TimePlot, TimeStack, Color.
Chart2DPlot The base class for all charts that display a collection of two-dimensional data sets in the form of plots, like Plot, TimePlot.
Chart2DPlot.Appearance Descriptor or a data set plot appearance.
ChartItem An item that holds data and can be displayed by a chart (a unit of what can be displayed by the chart).
DataItem A chart item that contains a single scalar value of type double.
DataSet A data set capable of storing 2D (X,Y) data of type double and maintaining the up-to-date minimum and maximum of the stored data for each dimension.
DataUpdater This class provides another way to override update() method of data set, histogram and other data elements.
Histogram The chart that displays a collection of histograms.
Histogram.Appearance Descriptor or a histogram appearance.
Histogram2D The chart that displays a collection of two-dimensional histograms.
Histogram2D.Appearance Descriptor or histogram 2D appearance.
Histogram2DData Data (PDF, CDF, etc.) of an array of histograms, each having a certain range of base (x) values and a range of data - y values.
HistogramData A base class for unidimensional histograms data objects.
HistogramSimpleData Data of a histogram with a fixed minimum, maximum and number of intervals.
HistogramSmartData Data of a histogram with a fixed number of intervals but auto-adjustable data range.
PieChart The chart that displays a number of data items in the form of a pie where each data item has a sector with angular extension proportional to its fraction the total sum of the data items.
Plot The chart that displays a collection of data sets as plots - polylines with point at each data point and straingh lines in between.
StackChart The chart that displays a number of data items in the form of a stack where each data item has a bar with dimension proportional to its fraction the total sum of the data items.
StatisticsContinuous Statistics on a value that persists in continuous time but changes only at discrete time moments (like e.g. queue length).
StatisticsDiscrete Statistics on a series of data samples of type double.
TimeColorChart The chart that displays a collection of data sets as a number of horizontal strips with color varying along the X (time) axis.
TimeColorChart.ColorMap The class used to convert double values to Color.
TimePlot The chart that displays a collection of data sets as plots - polylines with point at each data point and straight lines in between.
TimeStackChart The chart that displays a collection of data sets in the form of a timed stack, i.e. a each data set is shown as a horizontal strip with height proportional to the fraction of its value in the total of all data sets at each time moment.
 



Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.