public class Histogram2d extends Object
Modifier and Type | Field and Description |
---|---|
protected AbstractComposite |
drawable |
protected Histogram |
model |
Constructor and Description |
---|
Histogram2d(Histogram model) |
Modifier and Type | Method and Description |
---|---|
void |
addTo(Chart chart) |
protected AbstractComposite |
buildDrawable(Histogram model) |
AbstractComposite |
getDrawable() |
Histogram |
getModel() |
void |
layout(Chart chart)
Set global chart view settings to best draw this histogram.
|
void |
setModel(Histogram model) |
protected Histogram model
protected AbstractComposite drawable
public Histogram2d(Histogram model)
public void layout(Chart chart)
public void addTo(Chart chart)
public void setModel(Histogram model)
public Histogram getModel()
public AbstractComposite getDrawable()
protected AbstractComposite buildDrawable(Histogram model)
Copyright © 2016. All rights reserved.