|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
LocatorPane |
| LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back. |
| LocatorPane[Dynamic[pt], back] takes the locator position to be the dynamically updated current value of pt, with the value of pt being reset if the locator is moved. |
| LocatorPane[{pt1, pt2, ...}, back] sets up multiple locators at positions pt1, pt2, .... |
| LocatorPane[Dynamic[{pt1, pt2, ...}], back] takes the locator positions to be dynamically updated current values of the pti. |
| LocatorPane[pts, back, {{xmin, ymin}, {xmax, ymax}}] specifies the range of coordinates for the locator. |
| LocatorPane[pts, back, {{xmin, ymin}, {xmax, ymax}, {dx, dy}}] uses jumps dx, dy. |
| Appearance | Automatic | the appearance of locators | |
| BaselinePosition | Automatic | how to align with a surrounding text baseline | |
| BaseStyle | {} | base style specifications for the locator pane | |
| ContinuousAction | True | whether to update continuously when locators are moved | |
| Enabled | Automatic | whether the locator pane is enabled, or its locators are grayed out | |
| Exclusions | {} | specific points to exclude | |
| LocatorAutoCreate | False | whether to allow clicks to create new locators |
| © 2008 Wolfram Research, Inc. |