Uses of Class
com.threerings.tudey.shape.Shape.IntersectionType

Packages that use Shape.IntersectionType
com.threerings.tudey.shape   
 

Uses of Shape.IntersectionType in com.threerings.tudey.shape
 

Methods in com.threerings.tudey.shape that return Shape.IntersectionType
abstract  Shape.IntersectionType Shape.getIntersectionType(Rect rect)
          Checks whether the intersector intersects the specified rect.
 Shape.IntersectionType Segment.getIntersectionType(Rect rect)
           
 Shape.IntersectionType Polygon.getIntersectionType(Rect rect)
           
 Shape.IntersectionType Point.getIntersectionType(Rect rect)
           
 Shape.IntersectionType None.getIntersectionType(Rect rect)
           
 Shape.IntersectionType Global.getIntersectionType(Rect rect)
           
 Shape.IntersectionType Compound.getIntersectionType(Rect rect)
           
 Shape.IntersectionType Circle.getIntersectionType(Rect rect)
           
 Shape.IntersectionType Capsule.getIntersectionType(Rect rect)
           
static Shape.IntersectionType Shape.IntersectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Shape.IntersectionType[] Shape.IntersectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.