com.vistech.shapes
Interface Typable

All Superinterfaces:
Drawable
All Known Implementing Classes:
AnnoText

public interface Typable
extends Drawable

Specifies a method for drawing a character on a canvas.

Version:
1.0 24 July 1998
Author:
Larry Rodrigues

Fields inherited from interface com.vistech.shapes.Drawable
ANNOTEXT, ARROW, BOX, CUBIC_CURVE, CURVE, DOUBLE_HEADED_ARROW, ELLIPSE, LINE, NONE, POLYGON
 
Method Summary
 void setCurChar(int key)
          Sets the current character.
 
Methods inherited from interface com.vistech.shapes.Drawable
draw, drawInteractive, erase, init, move, setCurrentPosition
 

Method Detail

setCurChar

public void setCurChar(int key)
Sets the current character.
Parameters:
key - the character that was typed.