Package org.jzy3d.plot2d.primitives
Class Histogram2d
- java.lang.Object
-
- org.jzy3d.plot2d.primitives.Histogram2d
-
public class Histogram2d extends Object
-
-
Constructor Summary
Constructors Constructor Description Histogram2d(Histogram model)
Histogram2d(Histogram model, String xlabel, String ylabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTo(Chart chart)
protected Composite
buildDrawable(Histogram model)
Composite
getDrawable()
Histogram
getModel()
void
layout(Chart chart)
Set global chart view settings to best draw this histogram.void
setModel(Histogram model)
-