Package com.approximatrix.charting.model.threedimensional

Class Summary
AbstractDotPlotDataModel Basis for models containing three dimensional scatter data (x,y,z) for use in Dot Plots, where Z values are simply represented by a color scale.
ColorDotPlotDataModel A Dot Plot data model that stores Z-values directly as Color objects for plotting.
ColorScaleDotPlotDataModel Extension of ColorDotPlotModel that allows the assignment of true numeric Z data to be input along with a ColorScale object to determine how the Z data will be plotted.
DotPlotDataModelConstraints Constraints for use with dot plot models.