Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.applet.wfcanvas.diagram.Line

  • Packages that use Line 
    Package Description
    psdi.webclient.applet.wfcanvas.diagram  
    • Uses of Line in psdi.webclient.applet.wfcanvas.diagram

      Methods in psdi.webclient.applet.wfcanvas.diagram with parameters of type Line 
      Modifier and Type Method and Description
      protected java.awt.Point[] Diagram.getSegments(Line line)
      Returns the list of segments the line is be drawn in.
      java.awt.Point Line.intersect(Line line)
      Returns the intersets point of 2 lines
      boolean Line.overlap(Line line)
      Returns whether or not the 2 lines overlap
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes