Uses of Class
org.jfree.chart3d.data.KeyedValues3DItemKey
Packages that use KeyedValues3DItemKey
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
Classes that support user interaction with charts.
Renderers that can be used with the
CategoryPlot3D
class.-
Uses of KeyedValues3DItemKey in org.jfree.chart3d.data
Methods in org.jfree.chart3d.data that return types with arguments of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionstatic <S extends Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>, T>
Collection<KeyedValues3DItemKey> 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 Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>, T>
Collection<KeyedValues3DItemKey> 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 Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>, T>
Collection<KeyedValues3DItemKey> KeyedValues3DItemKeys.itemKeysForSeries
(KeyedValues3D<S, R, C, T> data, S seriesKey) Returns a collection containing all the item keys for the specified series.Methods in org.jfree.chart3d.data with parameters of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionint
KeyedValues3DItemKey.compareTo
(KeyedValues3DItemKey<S, R, C> key) Method parameters in org.jfree.chart3d.data with type arguments of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionstatic <S extends Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>>
XYZDataset<S> DataUtils.extractXYZDatasetFromColumns
(KeyedValues3D<S, R, C, ? extends Number> source, C xColKey, C yColKey, C zColKey, NullConversion nullConversion, List<KeyedValues3DItemKey> exceptions) Creates anXYZDataset
by extracting values from specified columns in aKeyedValues3D
instance.static <S extends Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>>
XYZDatasetDataUtils.extractXYZDatasetFromRows
(KeyedValues3D<S, R, C, ? extends Number> source, R xRowKey, R yRowKey, R zRowKey, NullConversion nullConversion, List<KeyedValues3DItemKey> exceptions) Creates anXYZDataset
by extracting values from specified rows in aKeyedValues3D
instance. -
Uses of KeyedValues3DItemKey in org.jfree.chart3d.interaction
Methods in org.jfree.chart3d.interaction with parameters of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionboolean
StandardKeyedValues3DItemSelection.add
(KeyedValues3DItemKey itemKey) Adds an item to the selection, returningtrue
if the item is added andfalse
if the item already existed in the selection.boolean
KeyedValues3DItemSelection.isSelected
(KeyedValues3DItemKey itemKey) Returnstrue
if the specified key exists in the selection, andfalse
otherwise.boolean
StandardKeyedValues3DItemSelection.isSelected
(KeyedValues3DItemKey itemKey) Returnstrue
if the specified item is in the selection, andfalse
otherwise.boolean
StandardKeyedValues3DItemSelection.remove
(KeyedValues3DItemKey itemKey) Removes an item from the selection returningtrue
if the item was removed andfalse
if it did not exist within the selection.Method parameters in org.jfree.chart3d.interaction with type arguments of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionboolean
StandardKeyedValues3DItemSelection.addAll
(Collection<? extends KeyedValues3DItemKey> keys) Adds a collection of items to the selection, returningtrue
if the selection is changed, andfalse
if no changes were made. -
Uses of KeyedValues3DItemKey in org.jfree.chart3d.renderer.category
Methods in org.jfree.chart3d.renderer.category with parameters of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionprotected void
BarRenderer3D.drawItemLabels
(World world, CategoryDataset3D dataset, KeyedValues3DItemKey itemKey, double xw, double yw, double zw, double basew, boolean inverted) Draws the item labels.protected void
StackedBarRenderer3D.drawItemLabels
(World world, CategoryDataset3D dataset, KeyedValues3DItemKey itemKey, double xw, double yw, double zw, double basew, boolean inverted) Draws the item labels.