Packagecom.adobe.linguistics.spelling.ui
Interfacepublic interface IHighlighter
Implementors HaloHighlighter, SparkHighlighter, TLFHighlighter

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

The IHighlighter Interface. This interface defines default methods which will be used for highlighting text in UI components.



Public Properties
 PropertyDefined By
  offsetPoint : Point
Get offset point information for scrollable controls.
IHighlighter
Public Methods
 MethodDefined By
  
Clear all squiggly lines in the UI.
IHighlighter
  
drawSquiggleAt(token:Token):void
Draw squiggly lines below a given token.
IHighlighter
Property Detail
offsetPointproperty
offsetPoint:Point

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Get offset point information for scrollable controls. This is used by the highlighter to move the squiggly lines as the text scrolls inside the control.


Implementation
    public function get offsetPoint():Point
    public function set offsetPoint(value:Point):void
Method Detail
clearSquiggles()method
public function clearSquiggles():void

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Clear all squiggly lines in the UI.

drawSquiggleAt()method 
public function drawSquiggleAt(token:Token):void

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Draw squiggly lines below a given token.

Parameters

token:TokenToken information of the word to be highlighted.