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 TypeMethodDescriptionintKeyedValues3DItemKey.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 anXYZDatasetby extracting values from specified columns in aKeyedValues3Dinstance.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 anXYZDatasetby extracting values from specified rows in aKeyedValues3Dinstance. -
Uses of KeyedValues3DItemKey in org.jfree.chart3d.interaction
Methods in org.jfree.chart3d.interaction with parameters of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionbooleanStandardKeyedValues3DItemSelection.add(KeyedValues3DItemKey itemKey) Adds an item to the selection, returningtrueif the item is added andfalseif the item already existed in the selection.booleanKeyedValues3DItemSelection.isSelected(KeyedValues3DItemKey itemKey) Returnstrueif the specified key exists in the selection, andfalseotherwise.booleanStandardKeyedValues3DItemSelection.isSelected(KeyedValues3DItemKey itemKey) Returnstrueif the specified item is in the selection, andfalseotherwise.booleanStandardKeyedValues3DItemSelection.remove(KeyedValues3DItemKey itemKey) Removes an item from the selection returningtrueif the item was removed andfalseif it did not exist within the selection.Method parameters in org.jfree.chart3d.interaction with type arguments of type KeyedValues3DItemKeyModifier and TypeMethodDescriptionbooleanStandardKeyedValues3DItemSelection.addAll(Collection<? extends KeyedValues3DItemKey> keys) Adds a collection of items to the selection, returningtrueif the selection is changed, andfalseif 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 voidBarRenderer3D.drawItemLabels(World world, CategoryDataset3D dataset, KeyedValues3DItemKey itemKey, double xw, double yw, double zw, double basew, boolean inverted) Draws the item labels.protected voidStackedBarRenderer3D.drawItemLabels(World world, CategoryDataset3D dataset, KeyedValues3DItemKey itemKey, double xw, double yw, double zw, double basew, boolean inverted) Draws the item labels.