com.objex.panywhere
Class SymbolSelectionEvent
java.lang.Object
java.util.EventObject
com.objex.panywhere.SymbolSelectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SymbolSelectionEvent
- extends java.util.EventObject
Class defines an Event that is generated whenever a symbol is selected from the symbol palette in the Legend Editing panel.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
SymbolSelectionEvent(java.awt.Component source,
int symbol)
Creates a new Symbol Selection Event when a mouse has been clicked on a symbol within the palette |
|
Method Summary |
int |
getSelectedSymbol()
Returns the current value of the selected symbol for this event |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QUADRANT_ONE_DOT
public static int QUADRANT_ONE_DOT
QUADRANT_TWO_DOT
public static int QUADRANT_TWO_DOT
QUADRANT_THREE_DOT
public static int QUADRANT_THREE_DOT
QUADRANT_FOUR_DOT
public static int QUADRANT_FOUR_DOT
CENTER_DOT
public static int CENTER_DOT
SymbolSelectionEvent
public SymbolSelectionEvent(java.awt.Component source,
int symbol)
- Creates a new Symbol Selection Event when a mouse has been clicked on a symbol within the palette
- Parameters:
symbol - An int representing the selected symbol at the time of the creation of this even
getSelectedSymbol
public int getSelectedSymbol()
- Returns the current value of the selected symbol for this event