IInteractiveDevice
public interface IInteractiveDevice
The interface defining interactive features processing methods.
Methods
Method | Description |
---|---|
addBookmark(String name, Point2D position) | Adds the bookmark identified by the name. |
addBookmark(String name, Point2D position)
public abstract void addBookmark(String name, Point2D position)
Adds the bookmark identified by the name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | The name. |
position | java.awt.geom.Point2D | The position. |