IInteractiveDevice

public interface IInteractiveDevice

The interface defining interactive features processing methods.

Methods

MethodDescription
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:

ParameterTypeDescription
namejava.lang.StringThe name.
positionjava.awt.geom.Point2DThe position.