IN
- Type of object being sketchedOUT
- Type of produced sketchpublic interface Sketcher<IN,OUT>
The Sketcher
interface describes objects capable of producing
sketches.
Modifier and Type | Method and Description |
---|---|
OUT |
createSketch(IN input)
Create a sketch for the given object.
|
OUT createSketch(IN input)
input
- the object to sketch