Package | Description |
---|---|
de.erichseifert.gral.data.statistics |
Classes for statistical analysis.
|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
de.erichseifert.gral.util |
Common utility classes.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
Histogram1D.getOrientation()
Returns the direction in which the histogram values will be accumulated.
|
Modifier and Type | Method and Description |
---|---|
double |
Statistics.get(String key,
Orientation orientation,
int index)
Returns the specified information for the offset index in the specified
direction.
|
Constructor and Description |
---|
Histogram1D(DataSource data,
Orientation orientation,
int breakCount)
Creates a new Histogram object with the specified DataSource and
cell count.
|
Histogram1D(DataSource data,
Orientation orientation,
Number[]... breaks)
Initializes a new histogram with the specified data source and
subdivisions at the specified positions.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
StackedLayout.getOrientation()
Returns whether the components will be laid out horizontally or
vertically.
|
Constructor and Description |
---|
StackedLayout(Orientation orientation)
Creates a new StackedLayout object with the specified orientation
and default gap between the components.
|
StackedLayout(Orientation orientation,
Dimension2D gap)
Creates a new StackedLayout object with the specified orientation
gap between the components.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2013. All Rights Reserved.