|
|
|||||||||||
|
|
||||||||||||
Working with Selections : Hightlighters |
||||||||||||
Import the usual figue packages.
|
||||||||||||
import figue.*; import figue.box.*; import figue.path.*; import figue.resource.* |
import figue.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
|
The Whole Program
Related Classes
and Methods
What Next ?
Tutorial |
Previous |
Current |
Next |
|
Comments or suggestions? Need some help? Copyright ©1998 INRIA Last updated 4 November 1998 by Bruno Conductier |
|