org.apache.pivot.wtk
Interface TextInput.Skin

All Known Implementing Classes:
TerraTextInputSkin
Enclosing class:
TextInput

public static interface TextInput.Skin

Text input skin interface. Text input skins are required to implement this.


Method Summary
 Bounds getCharacterBounds(int index)
          Returns the bounds of the character at a given index.
 int getInsertionPoint(int x)
          Returns the insertion point for a given location.
 

Method Detail

getInsertionPoint

int getInsertionPoint(int x)
Returns the insertion point for a given location.

Parameters:
x -

getCharacterBounds

Bounds getCharacterBounds(int index)
Returns the bounds of the character at a given index.

Parameters:
index -