API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. PointerInfo View Source
Author(s)
Roman Poborchiy
Since
1.5
Version
1.3, 11/17/05
Serial
Hierarchy
 Object
      PointerInfo
Implements
Subclasses
Description
public class PointerInfo
  A class that describes the pointer position.
Constructors
pack-private PointerInfo (GraphicsDevice device, Point location)
Package-private constructor to prevent instantiation.
Methods
Hide/Show inherited methods
public GraphicsDevice getDevice ()
  Returns the GraphicsDevice where the mouse pointer was at the moment this PointerInfo was created.
public Point getLocation ()
  Returns the Point that represents the coordinates of the pointer on the screen.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar