Uses of Class
com.seisw.util.geom.demo.CanvasState

Packages that use CanvasState
com.seisw.util.geom.demo   
 

Uses of CanvasState in com.seisw.util.geom.demo
 

Fields in com.seisw.util.geom.demo declared as CanvasState
static CanvasState CanvasState.ENTERING_POLY_1
          The canvas is accepting points for the first polygon.
static CanvasState CanvasState.ENTERING_POLY_2
          The canvas is accepting points for the second polygon.
static CanvasState CanvasState.DONE_ENTERING
          Points are not being accepted for either polygon and expecting the user to select an operation or clear.
static CanvasState CanvasState.INTERSECTION
          Indicates that the current set operation is intersection.
static CanvasState CanvasState.UNION
          Indicates that the current set operation is union.
static CanvasState CanvasState.XOR
          Indicates that the current set operation is xor.
 

Methods in com.seisw.util.geom.demo with parameters of type CanvasState
 void StateChangedListener.stateChanged(CanvasState newState)
          The method called by PolyCanvas when a change of state has occured.
 



Copyright © 2004 Solution Engineering, Inc. All Rights Reserved.