Package net.moioli.drawables

Interface Summary
FunctionByPointsI A function which is defined (empirically) from a set of points.
FunctionI A simple interface that defines a single-variable mathematical function (y=internalFunction(x)).
PlaneCurveI A simple interface that defines a parametric mathematical function (x(t), y(t)).
SuccessionI A succession, or a function that takes a non-negative integer index and returns a real number.
 

Class Summary
AbstractDrawableFunction A general implementation of the DrawableI and FunctionI interfaces.
AbstractDrawableSuccession A general succession implementation.
AbstractPlaneCurve A general implementation of the DrawableI and PlaneCurveI interfaces.
Axes Represents the x and y axes of the DefaultChart, their measure units, and their legend.
BigPoint Represents an important point on the DefaultChart, it will be circled and a description will be added.
DoublePoint Represents a point in the cartesian plane.
FunctionByPointsLines A function which is defined (empirically) from a set of points, and interpolated/ extrapolated with lines.
Histogram A nice class to draw a histogram out of a Map table of data.
LegendElement Represents an element in a DefaultChart's legend.
Logo Draws MoioChart's logo.
ParsedFunction This class provides a quick way to implement mathematical functions: parsing them from strings.
ParsedPlaneCurve This class provides a quick way to implement mathematical curves: parsing them from strings.
ParsedSeries A convenient way to implement series, that is, defining them with a string that will be parsed.
ParsedSuccession A convenient way to implement successions, that is, defining them with a string that will be parsed.
Pie A nice class to draw a pie out of a Map table of data.