pivot.wtk
Class Platform

java.lang.Object
  extended by pivot.wtk.Platform

public class Platform
extends java.lang.Object

Provides platform-specific information.

Author:
gbrown

Constructor Summary
Platform()
           
 
Method Summary
static int getCursorBlinkRate()
          Returns the system cursor blink rate.
static int getDragThreshold()
          Returns the system drag threshold.
static int getMultiClickInterval()
          Returns the system multi-click interval.
static java.lang.Object getTextAntialiasingHint()
          Returns the system text anti-aliasing hint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Platform

public Platform()
Method Detail

getTextAntialiasingHint

public static java.lang.Object getTextAntialiasingHint()
Returns the system text anti-aliasing hint.


getMultiClickInterval

public static int getMultiClickInterval()
Returns the system multi-click interval.


getCursorBlinkRate

public static int getCursorBlinkRate()
Returns the system cursor blink rate.


getDragThreshold

public static int getDragThreshold()
Returns the system drag threshold.