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()
          Returns the system command modifier key.
static int getCursorBlinkRate()
          Returns the system cursor blink rate.
static int getDragThreshold()
          Returns the system drag threshold.
static FontRenderContext getFontRenderContext()
           
static String getKeyStrokeModifierSeparator()
          Returns the keystroke modifier separator text.
static int getMultiClickInterval()
          Returns the system multi-click interval.
static Keyboard.Modifier getWordNavigationModifier()
          Returns the word navigation modifier key.
 
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

getFontRenderContext

public static FontRenderContext getFontRenderContext()

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()
Returns the system command modifier key.


getWordNavigationModifier

public static Keyboard.Modifier getWordNavigationModifier()
Returns the word navigation modifier key.


getKeyStrokeModifierSeparator

public static String getKeyStrokeModifierSeparator()
Returns the keystroke modifier separator text.