gumbo.graphic.content
Interface ControllableGraphic
- All Superinterfaces:
- Graphic, InteractableGraphic, Interactor
- public interface ControllableGraphic
- extends InteractableGraphic
A graphic capability allowing this graphic entity to be the target of
external control (manually by the user, or programmatically
by the system). Controllability specifically refers to manipulation of
the shape through interaction. This is distinct from interactibility,
which does not necessarily change the shape's state, and transformability,
which changes the shape's geometric state but not necessarily through
interaction.
TODO: Is this needed???
- Version:
- $Revision: 1.7 $
- Author:
- Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.