| Package | com.esri.bacore.thematicmapping.extensionClasses |
| Class | public class TMHighlighter |
| Inheritance | TMHighlighter Highlighter TMLayerComponent flash.events.EventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
Initializes a new instance of the TMHighlighter class. | TMHighlighter | ||
clear():void
Removes highlighting of currently highlighted items. | TMHighlighter | ||
setHighlightItem(item:Graphic):void
Sets a single graphic item to highlight. | TMHighlighter | ||
setHighlightItems(items:Array):void
Sets a collection of graphic items to highlight. | TMHighlighter | ||
![]() | updateHighlighting():void
Updates highlighting of features of the thematic layer associated with this instance. | Highlighter | |
| TMHighlighter | () | Constructor |
public function TMHighlighter()Initializes a new instance of the TMHighlighter class.
| clear | () | method |
public function clear():voidRemoves highlighting of currently highlighted items.
| setHighlightItem | () | method |
public function setHighlightItem(item:Graphic):voidSets a single graphic item to highlight.
If this highlighter doesn't bound with a thematic layer, the operation is ignored. An attempt to highlight an alien graphic item is also ignored.
Parameters
item:Graphic — Graphic item to be highlighted.
|
| setHighlightItems | () | method |
public function setHighlightItems(items:Array):voidSets a collection of graphic items to highlight.
If this highlighter doesn't bound with a thematic layer, the operation is ignored. An attempt to highlight alien graphic items is also ignored.
Parameters
items:Array — Array of graphic items to be highlighted.
|