| Package | Description | 
|---|---|
| org.diirt.datasource.graphene | |
| org.diirt.graphene | |
| org.diirt.graphene.profile.image | |
| org.diirt.graphene.profile.impl | |
| org.diirt.graphene.profile.utils | 
| Modifier and Type | Method and Description | 
|---|---|
static Cell1DDataset | 
DatasetConversions.cell1DDatasetsFromVNumberArray(VNumberArray data)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Cell1DDataset | 
Cell1DDatasets.createHistogram(Point1DDataset dataset)  | 
static Cell1DDataset | 
Cell1DDatasets.datasetFrom(ListNumber values,
           ListNumber xBoundaries)
Wraps  
ListNumbers for values and boundaries into a Point1DDataset. | 
static Cell1DDataset | 
Cell1DDatasets.datasetFrom(ListNumber values,
           ListNumber xBoundaries,
           Range displayRange)  | 
static Cell1DDataset | 
Cell1DDatasets.linearRange(ListNumber values,
           double minValue,
           double maxValue)
Wraps a  
ListNumber into a Point1DDataset. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AreaGraph2DRenderer.draw(Graphics2D graphics,
    Cell1DDataset dataset)
Draws the area to be put behind a graph on the given Graphics2D context, given the Cell1DDataset. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ShowResizableGraph.showHistogram(Cell1DDataset hist)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Cell1DDataset | 
ProfileAreaGraph2D.getDataset()  | 
protected Cell1DDataset | 
ProfileLockHistogram1D.getDataset()
Gets the histogram data used for each profiler. 
 | 
protected Cell1DDataset | 
ProfileParallelHistogram1D.getDataset()
Gets the histogram data used for each thread. 
 | 
protected Cell1DDataset | 
ProfileHistogram1D.getDataset()
Generates  
Histogram1D data that can be used in rendering. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ProfileAreaGraph2D.render(Graphics2D graphics,
      AreaGraph2DRenderer renderer,
      Cell1DDataset data)  | 
void | 
ProfileLockHistogram1D.render(Graphics2D graphics,
      AreaGraph2DRenderer renderer,
      Cell1DDataset data)
Draws the histogram data in multiple histogram profilers synchronized through the dataset buffer. 
 | 
protected void | 
ProfileHistogram1D.render(Graphics2D graphics,
      AreaGraph2DRenderer renderer,
      Cell1DDataset data)
Draws the histogram in an area graph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Cell1DDataset | 
DatasetFactory.makeCell1DGaussianRandomData(int nSamples)
Generates Cell1D data that can be used in rendering. 
 | 
Copyright © 2015. All rights reserved.