com.objex.panywhere
Class SymbolSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
static int CENTER_DOT
           
static int QUADRANT_FOUR_DOT
           
static int QUADRANT_ONE_DOT
           
static int QUADRANT_THREE_DOT
           
static int QUADRANT_TWO_DOT
           
 
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
 

Field Detail

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
Constructor Detail

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
Method Detail

getSelectedSymbol

public int getSelectedSymbol()
Returns the current value of the selected symbol for this event