Uses of Class
toxi.geom.Line2D.LineIntersection.Type

Packages that use Line2D.LineIntersection.Type
toxi.geom   
 

Uses of Line2D.LineIntersection.Type in toxi.geom
 

Methods in toxi.geom that return Line2D.LineIntersection.Type
 Line2D.LineIntersection.Type Line2D.LineIntersection.getType()
           
static Line2D.LineIntersection.Type Line2D.LineIntersection.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Line2D.LineIntersection.Type[] Line2D.LineIntersection.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in toxi.geom with parameters of type Line2D.LineIntersection.Type
Line2D.LineIntersection(Line2D.LineIntersection.Type type, ReadonlyVec2D pos)