Uses of Class
prefuse.util.GraphicsLib.IntersectionType

Packages that use GraphicsLib.IntersectionType
prefuse.util Utility classes for use by both the toolkit and applications, including color and font support. 
 

Uses of GraphicsLib.IntersectionType in prefuse.util
 

Methods in prefuse.util that return GraphicsLib.IntersectionType
static GraphicsLib.IntersectionType GraphicsLib.intersectLineLine(double a1x, double a1y, double a2x, double a2y, double b1x, double b1y, double b2x, double b2y, java.awt.geom.Point2D intersect)
          Compute the intersection of two line segments.
static GraphicsLib.IntersectionType GraphicsLib.intersectLineLine(java.awt.geom.Line2D a, java.awt.geom.Line2D b, java.awt.geom.Point2D intersect)
          Compute the intersection of two line segments.
static GraphicsLib.IntersectionType GraphicsLib.IntersectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphicsLib.IntersectionType[] GraphicsLib.IntersectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008 Regents of the University of California