Uses of Class
fr.emn.win32input.jwintab.Domain

Packages that use Domain
fr.emn.win32input.jwintab   
 

Uses of Domain in fr.emn.win32input.jwintab
 

Methods in fr.emn.win32input.jwintab that return Domain
 Domain TabletContext.getInputDomain()
          Returns the domain of the context's input area in the tablet's native coordinates.
 Domain TabletContext.getOutputDomain()
          Returns the domain of the context's output area in context's output coordinates.
 Domain TabletContext.getSystemDomain()
          Returns the domain of the screen mapping area for system cursor tracking, in screen coordinates.
 Domain TabletDevice.getDomain()
          Returns a Domain object representing the overall logical domain of the tablet.
static Domain JWintab.getScreenDomain(int display)
           
 

Methods in fr.emn.win32input.jwintab with parameters of type Domain
 void TabletContext.setInputDomain(Domain domain)
          Sets the domain of the context's input area in the tablet's native coordinates.
 void TabletContext.setOutputDomain(Domain domain)
          Sets the domain of the context's output area in the context's output coordinates.
 void TabletContext.setSystemDomain(Domain domain)
          Sets the domain of the screen mapping area for system cursor tracking, in screen coordinates.