| Package | Description |
|---|---|
| com.orsoncharts.data |
Core data structures used as the building blocks for datasets in Orson
Charts.
|
| com.orsoncharts.interaction |
Classes that support user interaction with charts.
|
| com.orsoncharts.renderer.category |
Renderers that can be used with the
CategoryPlot3D class. |
| Modifier and Type | Method and Description |
|---|---|
static <S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>,T> |
KeyedValues3DItemKeys.itemKeysForColumn(KeyedValues3D<S,R,C,T> data,
C columnKey)
Returns a collection containing all the item keys for the specified
column.
|
static <S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>,T> |
KeyedValues3DItemKeys.itemKeysForRow(KeyedValues3D<S,R,C,T> data,
R rowKey)
Returns a collection containing all the item keys for the specified
row.
|
static <S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>,T> |
KeyedValues3DItemKeys.itemKeysForSeries(KeyedValues3D<S,R,C,T> data,
S seriesKey)
Returns a collection containing all the item keys for the specified
series.
|
| Modifier and Type | Method and Description |
|---|---|
int |
KeyedValues3DItemKey.compareTo(KeyedValues3DItemKey<S,R,C> key) |
| Modifier and Type | Method and Description |
|---|---|
static <S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>> |
DataUtils.extractXYZDatasetFromColumns(KeyedValues3D<S,R,C,? extends java.lang.Number> source,
C xColKey,
C yColKey,
C zColKey,
NullConversion nullConversion,
java.util.List<KeyedValues3DItemKey> exceptions)
Creates an
XYZDataset by extracting values from specified
columns in a KeyedValues3D instance. |
static <S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>> |
DataUtils.extractXYZDatasetFromRows(KeyedValues3D<S,R,C,? extends java.lang.Number> source,
R xRowKey,
R yRowKey,
R zRowKey,
NullConversion nullConversion,
java.util.List<KeyedValues3DItemKey> exceptions)
Creates an
XYZDataset by extracting values from specified
rows in a KeyedValues3D instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardKeyedValues3DItemSelection.add(KeyedValues3DItemKey itemKey)
Adds an item to the selection, returning
true if the item
is added and false if the item already existed in the
selection. |
boolean |
StandardKeyedValues3DItemSelection.isSelected(KeyedValues3DItemKey itemKey)
Returns
true if the specified item is in the selection,
and false otherwise. |
boolean |
KeyedValues3DItemSelection.isSelected(KeyedValues3DItemKey itemKey)
Returns
true if the specified key exists in the selection,
and false otherwise. |
boolean |
StandardKeyedValues3DItemSelection.remove(KeyedValues3DItemKey itemKey)
Removes an item from the selection returning
true if the
item was removed and false if it did not exist within the
selection. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardKeyedValues3DItemSelection.addAll(java.util.Collection<? extends KeyedValues3DItemKey> keys)
Adds a collection of items to the selection, returning
true
if the selection is changed, and false if no changes were
made. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StackedBarRenderer3D.drawItemLabels(World world,
CategoryDataset3D dataset,
KeyedValues3DItemKey itemKey,
double xw,
double yw,
double zw,
double basew,
boolean inverted) |
protected void |
BarRenderer3D.drawItemLabels(World world,
CategoryDataset3D dataset,
KeyedValues3DItemKey itemKey,
double xw,
double yw,
double zw,
double basew,
boolean inverted) |