- ambientLight(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would set a ambient light source for this graphics context but ignores it in this case as this will
be handled by the parent sketch.
- ambientLight(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would set a ambient light source for this graphics context but ignores it in this case as this will
be handled by the parent sketch.
- arc(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws an arc along the outer edge of an ellipse defined by the x,y, w and h parameters.
- arc(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws an arc along the outer edge of an ellipse defined by the x,y, w and h parameters.