- HandyPresets - Class in org.gicentre.handy
-
Set of static classes for creating preset handy styles, such as pencil sketch, ink and
watercolour, 'Sharpie' style etc.
- HandyRecorder - Class in org.gicentre.handy
-
A PGraphics class for rendering in a sketchy style.
- HandyRecorder(PApplet) - Constructor for class org.gicentre.handy.HandyRecorder
-
Creates a new sketchy graphics context associated with the given parent sketch.
- HandyRecorder(HandyRenderer) - Constructor for class org.gicentre.handy.HandyRecorder
-
Creates a new sketchy graphics context associated with the given handy renderer.
- HandyRenderer - Class in org.gicentre.handy
-
The renderer that draws graphic primitives in a sketchy style.
- HandyRenderer(PApplet) - Constructor for class org.gicentre.handy.HandyRenderer
-
Creates a new HandyRender capable of using standard Processing drawing commands
to render features in a sketchy hand-drawn style.