org.apache.pivot.wtk
Class Platform

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

public class Platform
extends Object

Provides platform-specific information.


Constructor Summary
Platform()
           
 
Method Summary
static Keyboard.Modifier getCommandModifier()
           
static int getCursorBlinkRate()
          Returns the system cursor blink rate.
static int getDragThreshold()
          Returns the system drag threshold.
static String getKeyStrokeModifierSeparator()
           
static int getMultiClickInterval()
          Returns the system multi-click interval.
static 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 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.


getCommandModifier

public static Keyboard.Modifier getCommandModifier()

getKeyStrokeModifierSeparator

public static String getKeyStrokeModifierSeparator()