Serialized Form


Package net.moioli.chart

Class net.moioli.chart.AbstractChart extends java.util.HashSet implements Serializable

Serialized Fields

pixelAccuracy

int pixelAccuracy
To draw mathematical graphs, DefaultChart will calculate the value of every function multiple times. This parameter assigns the the number of pixels on the x axis after which the y value will be recalculated. 1 is the minimum possible value (maximum precision), 3 is recommended in most cases.


minX

double minX
Minimum X value represented in this AbstractChart.


maxX

double maxX
Maximum X value represented in this AbstractChart.


minY

double minY
Minimum Y value represented in this AbstractChart. This can be NaN for auto-scaling.


maxY

double maxY
Maximum Y value represented in this AbstractChart. This can be NaN for auto-scaling.

Class net.moioli.chart.DefaultChart extends AbstractChart implements Serializable

Serialized Fields

color

java.lang.Object color
Default color for this DefaultChart's elements.


Package net.moioli.drawables

Class net.moioli.drawables.Histogram extends java.util.HashMap implements Serializable

Class net.moioli.drawables.Pie extends java.util.TreeMap implements Serializable