|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Locator |
| Locator[{x, y}] represents a locator object at position {x, y} in a graphic. |
| Locator[Dynamic[pos]] takes the position to be the dynamically updated current value of pos, with this value being reset if the locator object is moved. |
| Locator[{x, y}, obj] displays obj as the locator object. |
| Locator[{x, y}, None] displays nothing visible as the locator object. |
| AutoAction | False | whether to move automatically when the mouse is over the graphic | |
| Enabled | Automatic | whether the locator is enabled, or grayed out | |
| ImageSize | Automatic | the size of the displayed locator object | |
| LocatorRegion | Automatic | where the locator object should be allowed to go |
Set up a locator that can move in a graphic:
Set up locator that defines the value of p:
Put a locator in a Manipulate:
|
| © 2008 Wolfram Research, Inc. |