|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jfree.beans.events.SectionClickEvent
public class SectionClickEvent
An event object that carries information about a mouse click on a section
in a JPieChart
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SectionClickEvent(java.lang.Object source,
java.lang.Comparable key)
Creates a new section click event. |
Method Summary | |
---|---|
java.lang.Comparable |
getSectionKey()
Returns the section key. |
java.lang.String |
toString()
Returns a string that represents the state of this instance (suitable for debugging purposes). |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SectionClickEvent(java.lang.Object source, java.lang.Comparable key)
source
- the event source (typically the JPieChart
).key
- the section key.Method Detail |
---|
public java.lang.Comparable getSectionKey()
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |