edu.mit.sketch.system
Class PrimitiveTypes

java.lang.Object
  extended by edu.mit.sketch.system.PrimitiveTypes

public class PrimitiveTypes
extends java.lang.Object

Created: Mon Mar 4 09:59:51 2002
Copyright: Copyright (C) 2002 by MIT. All rights reserved.

Version:
$Id: PrimitiveTypes.html,v 1.3 2007-11-25 20:52:39 bpaulson Exp $
Author:
Michael Oltmans

Field Summary
static BBItemType ABOVE
           
static BBItemType ACUTE
           
static BBItemType ACUTE_MEET
           
static BBItemType ALIGNED
           
static BBItemType ARC
           
static BBItemType BBITEM
           
static BBItemType BELOW
           
static BBItemType BISECTS
           
static BBItemType CENTER
           
static BBItemType CIRCLE
           
static BBItemType CLOSED
           
static BBItemType COINCIDENT
           
static BBItemType COLINEAR
           
static BBItemType CONCENTRIC
           
static BBItemType CONNECTS
           
static BBItemType CONSTRAINT
           
static BBItemType CONTAINS
           
static BBItemType DASHED
           
static BBItemType ELLIPSE
           
static BBItemType EQUALS
           
static BBItemType FAR
           
static BBItemType GEOM_OBJ
           
static BBItemType GREATER_THAN
           
static BBItemType GREATER_THAN_EQUAL
           
static BBItemType HORIZONTAL
           
static BBItemType INTERSECTS
           
static BBItemType LARGER
           
static BBItemType LEFT
           
static BBItemType LENGTH_EQ
           
static BBItemType LESS_THAN
           
static BBItemType LESS_THAN_EQUAL
           
static BBItemType LINE
           
static BBItemType LONGER
           
static BBItemType MEETS
           
static BBItemType NEAR
           
static BBItemType NEGATIVE_SLOPE
           
static BBItemType NEXT_TO
           
static BBItemType NOT_COLINEAR
           
static BBItemType NOT_PARALLEL
           
static BBItemType OBTUSE
           
static BBItemType OVERLAPS
           
static BBItemType PARALLEL
           
static BBItemType PERPENDICULAR
           
static BBItemType POINT
           
static BBItemType POLYGON
           
static BBItemType POLYLINE
           
static BBItemType POSITIVE_SLOPE
           
static BBItemType PRIMITIVE
           
static BBItemType RECTANGLE
           
static BBItemType RIGHT
           
static BBItemType SAME_X_POS
           
static BBItemType SAME_Y_POS
           
static BBItemType SHORTER
           
static BBItemType SMALLER
           
static BBItemType SPIRAL
           
static BBItemType SQUARE
           
static BBItemType SQUIGGLE
           
static BBItemType TANGENT
           
static BBItemType TOUCHES
           
static BBItemType TRIANGLE
           
static BBItemType VERTICAL
           
 
Constructor Summary
PrimitiveTypes()
           
 
Method Summary
static void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BBITEM

public static BBItemType BBITEM

SQUIGGLE

public static BBItemType SQUIGGLE

GEOM_OBJ

public static BBItemType GEOM_OBJ

PRIMITIVE

public static BBItemType PRIMITIVE

POLYLINE

public static BBItemType POLYLINE

LINE

public static BBItemType LINE

ELLIPSE

public static BBItemType ELLIPSE

CIRCLE

public static BBItemType CIRCLE

POLYGON

public static BBItemType POLYGON

RECTANGLE

public static BBItemType RECTANGLE

POINT

public static BBItemType POINT

ARC

public static BBItemType ARC

SPIRAL

public static BBItemType SPIRAL

SQUARE

public static BBItemType SQUARE

DASHED

public static BBItemType DASHED

TRIANGLE

public static BBItemType TRIANGLE

CONSTRAINT

public static BBItemType CONSTRAINT

EQUALS

public static BBItemType EQUALS

LESS_THAN

public static BBItemType LESS_THAN

GREATER_THAN

public static BBItemType GREATER_THAN

LESS_THAN_EQUAL

public static BBItemType LESS_THAN_EQUAL

GREATER_THAN_EQUAL

public static BBItemType GREATER_THAN_EQUAL

LENGTH_EQ

public static BBItemType LENGTH_EQ

INTERSECTS

public static BBItemType INTERSECTS

BISECTS

public static BBItemType BISECTS

PARALLEL

public static BBItemType PARALLEL

ALIGNED

public static BBItemType ALIGNED

PERPENDICULAR

public static BBItemType PERPENDICULAR

MEETS

public static BBItemType MEETS

TOUCHES

public static BBItemType TOUCHES

OVERLAPS

public static BBItemType OVERLAPS

CONNECTS

public static BBItemType CONNECTS

COINCIDENT

public static BBItemType COINCIDENT

BELOW

public static BBItemType BELOW

ABOVE

public static BBItemType ABOVE

SHORTER

public static BBItemType SHORTER

LONGER

public static BBItemType LONGER

POSITIVE_SLOPE

public static BBItemType POSITIVE_SLOPE

NEGATIVE_SLOPE

public static BBItemType NEGATIVE_SLOPE

VERTICAL

public static BBItemType VERTICAL

HORIZONTAL

public static BBItemType HORIZONTAL

SAME_X_POS

public static BBItemType SAME_X_POS

SAME_Y_POS

public static BBItemType SAME_Y_POS

RIGHT

public static BBItemType RIGHT

LEFT

public static BBItemType LEFT

NOT_PARALLEL

public static BBItemType NOT_PARALLEL

CONCENTRIC

public static BBItemType CONCENTRIC

SMALLER

public static BBItemType SMALLER

LARGER

public static BBItemType LARGER

NEAR

public static BBItemType NEAR

FAR

public static BBItemType FAR

COLINEAR

public static BBItemType COLINEAR

NOT_COLINEAR

public static BBItemType NOT_COLINEAR

OBTUSE

public static BBItemType OBTUSE

ACUTE

public static BBItemType ACUTE

ACUTE_MEET

public static BBItemType ACUTE_MEET

TANGENT

public static BBItemType TANGENT

CONTAINS

public static BBItemType CONTAINS

CLOSED

public static BBItemType CLOSED

CENTER

public static BBItemType CENTER

NEXT_TO

public static BBItemType NEXT_TO
Constructor Detail

PrimitiveTypes

public PrimitiveTypes()
Method Detail

initialize

public static void initialize()