public class CategoryItemClickEvent extends java.util.EventObject
AbstractCategoryChart.| Constructor and Description |
|---|
CategoryItemClickEvent(java.lang.Object source,
org.jfree.data.category.CategoryDataset dataset,
java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
Creates a new section click event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Comparable |
getColumnKey()
Returns the column key.
|
org.jfree.data.category.CategoryDataset |
getDataset()
Returns the dataset.
|
java.lang.Comparable |
getRowKey()
Returns the row key.
|
java.lang.String |
toString()
Returns a string that represents the state of this instance (suitable
for debugging purposes).
|
public CategoryItemClickEvent(java.lang.Object source, org.jfree.data.category.CategoryDataset dataset, java.lang.Comparable rowKey, java.lang.Comparable columnKey)
source - the event source (typically the chart).dataset - the dataset.rowKey - the row key.columnKey - the column key.public org.jfree.data.category.CategoryDataset getDataset()
public java.lang.Comparable getRowKey()
public java.lang.Comparable getColumnKey()
public java.lang.String toString()
toString in class java.util.EventObject