All Packages Class Hierarchy This Package Previous Next Index
Interface fundamentals.constants
- public interface constants
-
A_CIRCLE
- A constant denoting an object of the FULL CIRCLE subtype
000 011 000 000 000
-
A_HALF
- A constant denoting an object of the HALFLINE subtype
000 000 111 000 000
-
A_LINE
- A constant denoting an object of the FULL LINE subtype
000 000 011 000 000
-
A_POINT
- A constant denoting an object of the POINT subtype
000 000 000 011 000
-
A_RADIUS
- A constant denoting an object of the RADIUS subtype
000 000 000 000 011
-
AN_ARC
- A constant denoting an object of the ARC subtype
000 101 000 000 000
-
AN_INTERVAL
- A constant denoting an object of the INTERVAL subtype
000 000 101 000 000
-
ANYTHING
- A constant denoting an object of any type
001 000 000 000 000
-
BEFORE_END
- A constant indicating that the LEA program is finished
-
BEFORE_FINALIZE
- A constant indicating that the LEA program is ready to enter the
FINALIZE segment
-
BEFORE_PREMISE
- A constant indicating that the LEA program is ready to enter the
PREMISE segment
-
BEFORE_SOLUTION
- A constant indicating that the LEA program is ready to enter the
SOLUTION segment
-
BEFORE_TARGET
- A constant indicating that the LEA program is ready to enter the
TARGET segment
-
CIRCLE
- A constant denoting an object of the CIRCLE type
000 001 000 000 000
-
FINALIZE
- A constant indicating that the LEA program is in the FINALIZE
segment
-
FULL_ONLY
- A mask constant to or with when checking for a full object
111 101 101 101 101
-
HIDDEN
- A constant indicating that an object is hidden as opposed to
primary selections
-
HIGHLIGHTED
- A constant indicating that an object has been selected
-
INVISIBLE
- A constant indicating that an object is hidden
-
INVISIBLETARGET
- A constant indicating that an object is hidden because it is a target
-
KNOWN
- A constant indicating that an object is already known
-
KNOWN_ONLY_AS_TARGET
- A constant indicating that an object is known only as a target
-
LINE
- A constant denoting an object of the LINE type
000 000 001 000 000
-
NEW
- A constant indicating that an object is newly constructed
-
NORMAL
- A constant indicating that an object is not
-
OUT_OF_HIDING
- A constant indicating that an object is temporarily out of hiding
-
POINT
- A constant denoting an object of the POINT type
000 000 000 001 000
-
PREMISE
- A constant indicating that the LEA program is in the PREMISE
segment
-
RADIUS
- A constant denoting an object of the RADIUS type
000 000 000 000 001
-
SOLUTION
- A constant indicating that the LEA program is in the SOLUTION
segment
-
SUBTYPE_TO_TYPE
- A mask constant to mask off subtype information
000 001 001 001 001
-
TARGET
- A constant indicating that the LEA program is in the TARGET
segment
-
UNKNOWN
- A constant indicating that an object is not currently in the
-
VISIBLE
- A constant indicating that an object is not hidden
PREMISE
public static final int PREMISE
- A constant indicating that the LEA program is in the PREMISE
segment
TARGET
public static final int TARGET
- A constant indicating that the LEA program is in the TARGET
segment
SOLUTION
public static final int SOLUTION
- A constant indicating that the LEA program is in the SOLUTION
segment
FINALIZE
public static final int FINALIZE
- A constant indicating that the LEA program is in the FINALIZE
segment
BEFORE_PREMISE
public static final int BEFORE_PREMISE
- A constant indicating that the LEA program is ready to enter the
PREMISE segment
BEFORE_TARGET
public static final int BEFORE_TARGET
- A constant indicating that the LEA program is ready to enter the
TARGET segment
BEFORE_SOLUTION
public static final int BEFORE_SOLUTION
- A constant indicating that the LEA program is ready to enter the
SOLUTION segment
BEFORE_FINALIZE
public static final int BEFORE_FINALIZE
- A constant indicating that the LEA program is ready to enter the
FINALIZE segment
BEFORE_END
public static final int BEFORE_END
- A constant indicating that the LEA program is finished
KNOWN
public static final int KNOWN
- A constant indicating that an object is already known
NEW
public static final int NEW
- A constant indicating that an object is newly constructed
KNOWN_ONLY_AS_TARGET
public static final int KNOWN_ONLY_AS_TARGET
- A constant indicating that an object is known only as a target
UNKNOWN
public static final int UNKNOWN
- A constant indicating that an object is not currently in the
- See Also:
-
HIDDEN
public static final int HIDDEN
- A constant indicating that an object is hidden as opposed to
primary selections
NORMAL
public static final int NORMAL
- A constant indicating that an object is not @see HIDDEN nor @see HIGHLIGHTED
HIGHLIGHTED
public static final int HIGHLIGHTED
- A constant indicating that an object has been selected
OUT_OF_HIDING
public static final int OUT_OF_HIDING
- A constant indicating that an object is temporarily out of hiding
RADIUS
public static final int RADIUS
- A constant denoting an object of the RADIUS type
000 000 000 000 001
A_RADIUS
public static final int A_RADIUS
- A constant denoting an object of the RADIUS subtype
000 000 000 000 011
POINT
public static final int POINT
- A constant denoting an object of the POINT type
000 000 000 001 000
A_POINT
public static final int A_POINT
- A constant denoting an object of the POINT subtype
000 000 000 011 000
LINE
public static final int LINE
- A constant denoting an object of the LINE type
000 000 001 000 000
A_LINE
public static final int A_LINE
- A constant denoting an object of the FULL LINE subtype
000 000 011 000 000
AN_INTERVAL
public static final int AN_INTERVAL
- A constant denoting an object of the INTERVAL subtype
000 000 101 000 000
A_HALF
public static final int A_HALF
- A constant denoting an object of the HALFLINE subtype
000 000 111 000 000
CIRCLE
public static final int CIRCLE
- A constant denoting an object of the CIRCLE type
000 001 000 000 000
A_CIRCLE
public static final int A_CIRCLE
- A constant denoting an object of the FULL CIRCLE subtype
000 011 000 000 000
AN_ARC
public static final int AN_ARC
- A constant denoting an object of the ARC subtype
000 101 000 000 000
ANYTHING
public static final int ANYTHING
- A constant denoting an object of any type
001 000 000 000 000
SUBTYPE_TO_TYPE
public static final int SUBTYPE_TO_TYPE
- A mask constant to mask off subtype information
000 001 001 001 001
FULL_ONLY
public static final int FULL_ONLY
- A mask constant to or with when checking for a full object
111 101 101 101 101
INVISIBLETARGET
public static final int INVISIBLETARGET
- A constant indicating that an object is hidden because it is a target
INVISIBLE
public static final int INVISIBLE
- A constant indicating that an object is hidden
VISIBLE
public static final int VISIBLE
- A constant indicating that an object is not hidden
All Packages Class Hierarchy This Package Previous Next Index