- Key(int) - Constructor for class org.jfree.chart.ChartHints.Key
-
Creates a new key.
- KEY_BEGIN_ELEMENT - Static variable in class org.jfree.chart.ChartHints
-
The key for a hint to signal the beginning of an element.
- KEY_END_ELEMENT - Static variable in class org.jfree.chart.ChartHints
-
The key for a hint that ends an element.
- KEY_SUPPRESS_SHADOW_GENERATION - Static variable in class org.jfree.chart.JFreeChart
-
The key for a rendering hint that can suppress the generation of a
shadow effect when drawing the chart.
- KEY_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
-
The 'Key' element name.
- KeyedObject - Class in org.jfree.data
-
A (key, object) pair.
- KeyedObject(Comparable, Object) - Constructor for class org.jfree.data.KeyedObject
-
Creates a new (key, object) pair.
- KeyedObjects - Class in org.jfree.data
-
A collection of (key, object) pairs.
- KeyedObjects() - Constructor for class org.jfree.data.KeyedObjects
-
Creates a new collection (initially empty).
- KeyedObjects2D - Class in org.jfree.data
-
A data structure that stores zero, one or many objects, where each object is
associated with two keys (a 'row' key and a 'column' key).
- KeyedObjects2D() - Constructor for class org.jfree.data.KeyedObjects2D
-
Creates a new instance (initially empty).
- KeyedValue - Interface in org.jfree.data
-
A (key, value) pair.
- KeyedValueComparator - Class in org.jfree.data
-
A utility class that can compare and order two
KeyedValue
instances
and sort them into ascending or descending order by key or by value.
- KeyedValueComparator(KeyedValueComparatorType, SortOrder) - Constructor for class org.jfree.data.KeyedValueComparator
-
Creates a new comparator.
- KeyedValueComparatorType - Class in org.jfree.data
-
- KeyedValueDataset - Interface in org.jfree.data.general
-
A dataset containing a single value.
- KeyedValues - Interface in org.jfree.data
-
An ordered list of (key, value) items where the keys are unique and
non-null
.
- KeyedValues2D - Interface in org.jfree.data
-
An extension of the
Values2D
interface where a unique key is
associated with the row and column indices.
- KeyedValues2DDataset - Interface in org.jfree.data.general
-
A dataset containing (key, value) data items.
- KeyedValuesDataset - Interface in org.jfree.data.general
-
A dataset containing (key, value) data items.
- KeyHandler - Class in org.jfree.data.xml
-
A SAX handler for reading a key.
- KeyHandler(RootHandler, ItemHandler) - Constructor for class org.jfree.data.xml.KeyHandler
-
Creates a new handler.
- KeypointPNGEncoderAdapter - Class in org.jfree.chart.encoders
-
Adapter class for the Keypoint PNG Encoder.
- KeypointPNGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
-
- KeyToGroupMap - Class in org.jfree.data
-
A class that maps keys (instances of Comparable
) to groups.
- KeyToGroupMap() - Constructor for class org.jfree.data.KeyToGroupMap
-
Creates a new map with a default group named 'Default Group'.
- KeyToGroupMap(Comparable) - Constructor for class org.jfree.data.KeyToGroupMap
-
Creates a new map with the specified default group.