FIGUE
*Tutorial *Previous *Current *Next

Working with Selections : Hightlighters

* Step by Step

Import the usual figue packages.
import figue.*;
import figue.box.*;
import figue.path.*;
import figue.resource.*
Import the selection package.
import figue.selection.*;
Associate the relevant highlighter to the selection.
_facade.doGetSelection("selection 1",
		       Priority.HIGH,
		       null,
		       "green");
_facade.doGetSelection("selection 2",
		       Priority.MEDIUM,
		       null,
		       "cyan")
     .setHighlighter(BarHighlighter.INSTANCE);
_facade.doGetSelection("selection 3",
		       Priority.LOW,
		       null,
		       "pink")
     .setHighlighter(CornerHighlighter.INSTANCE);

* Example

Accelerators :
home, end, page up, page down, left arrow,right arrow, up arrow, down arrow.
Autoscrolling :
drag the mouse inside the text area, approach a border or a corner, and wait.
Actions :
active any selection combination with the checkboxes.

* The Whole Program

* Related Classes and Methods

* What Next ?

Now you can :

*Tutorial *Previous *Current *Next

Comments or suggestions?
Need some help?
Copyright ©1998 INRIA
Last updated 4 November 1998 by Bruno Conductier
FIGUE