Alphabetical Index: K

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

K

KEY_TAG - static field in class org.jfree.data.xml.DatasetTags
The 'Key' element name.
KeyedObject - class org.jfree.data.KeyedObject
A (key, object) pair.
KeyedObject(Comparable,Object) - constructor for class org.jfree.data.KeyedObject
Creates a new (key, object) pair.
KeyedObjects - class org.jfree.data.KeyedObjects
A collection of (key, object) pairs.
KeyedObjects() - constructor for class org.jfree.data.KeyedObjects
Creates a new collection (initially empty).
KeyedObjects2D - class org.jfree.data.KeyedObjects2D
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 org.jfree.data.KeyedValue
A (key, value) pair.
A utility class that can compare and order two KeyedValue instances and sort them into ascending or descending order by key or by value.
Creates a new comparator.
Used to indicate the type of a KeyedValueComparator : 'by key' or 'by value'.
KeyedValueDataset - interface org.jfree.data.general.KeyedValueDataset
A dataset containing a single value.
KeyedValues - interface org.jfree.data.KeyedValues
An ordered list of (key, value) items where the keys are unique and non-null.
KeyedValues2D - interface org.jfree.data.KeyedValues2D
An extension of the Values2D interface where a unique key is associated with the row and column indices.
KeyedValues2DDataset - interface org.jfree.data.general.KeyedValues2DDataset
A dataset containing (key, value) data items.
KeyedValuesDataset - interface org.jfree.data.general.KeyedValuesDataset
A dataset containing (key, value) data items.
KeyHandler - class org.jfree.data.xml.KeyHandler
A SAX handler for reading a key.
Creates a new handler.
KeypointPNGEncoderAdapter - class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Adapter class for the Keypoint PNG Encoder.
KeyToGroupMap - class org.jfree.data.KeyToGroupMap
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.