org.ximtec.igesture.core
Class DigitalDescriptor
java.lang.Object
org.ximtec.igesture.core.DefaultPropertyChangeNotifier
org.ximtec.igesture.core.DefaultDataObject
org.ximtec.igesture.core.DefaultDescriptor
org.ximtec.igesture.core.DigitalDescriptor
- All Implemented Interfaces:
- Serializable, DataObject, Descriptor, PropertyChangeNotifier
- Direct Known Subclasses:
- ArrowDescriptor, LineDescriptor, RectangleDescriptor, TriangleDescriptor
public abstract class DigitalDescriptor
- extends DefaultDescriptor
Digital descriptor of a gesture class.
- Version:
- 1.0, Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
- See Also:
- Serialized Form
DigitalDescriptor
public DigitalDescriptor()
getDigitalObject
public abstract void getDigitalObject(Graphics2D graphics,
org.sigtec.ink.Note note)
- Renders a digital representation of the specified note on a given graphics
context.
- Parameters:
graphics - the graphics context on which the digital note
representation has to be rendered.note - the note to be rendered.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.