Uses of Class
edu.byu.phun2d.Point

Uses of Point in edu.byu.phun2d
 

Methods in edu.byu.phun2d that return Point
 Point DrawObj.getTranslate()
          Returns the point to where the origin (0,0) has been translated
 Point DrawObj.insideToOutside(Point outsidePoint)
           
 Point DrawObj.outsideToInside(Point outsidePoint)
           
 

Methods in edu.byu.phun2d with parameters of type Point
 Point DrawObj.insideToOutside(Point outsidePoint)
           
 Point DrawObj.outsideToInside(Point outsidePoint)
           
 void Win2D.winMouseDown(Point mouseLoc)
          This is called whenever the primary mouse button is pressed while over the top of this window.
 void Win2D.winMouseMove(Point mouseLoc)
          This is called whenever there is a mouse movement and the primary mouse button is currently pressed.
 void Win2D.winMouseUp(Point mouseLoc)
          This is called whenever the primary mouse button is released while the mouse is inside of this window.