org.annotation.wordfreak.scheme
Class SelectionMode

java.lang.Object
  extended byorg.annotation.wordfreak.scheme.SelectionMode

public class SelectionMode
extends java.lang.Object


Field Summary
static SelectionMode CONFINE_TO_BASE
           
static SelectionMode NON_CROSSING
           
static SelectionMode NON_OVERLAPPING
           
static SelectionMode NONE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final SelectionMode NONE

NON_OVERLAPPING

public static final SelectionMode NON_OVERLAPPING

NON_CROSSING

public static final SelectionMode NON_CROSSING

CONFINE_TO_BASE

public static final SelectionMode CONFINE_TO_BASE
Method Detail

toString

public java.lang.String toString()


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.