- scale(float) - Method in class org.gicentre.handy.HandyRecorder
-
Would scale the coordinate system in all directions but ignored here as this will be handled
by the parent sketch.
- scale(float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would scale the coordinate system by the given x and y values but ignored here as this will be
handled by the parent sketch.
- scale(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would scale the coordinate system by the given x, y and z values but ignored here as this will be
handled by the parent sketch.
- setBackgroundColour(int) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the background colour for closed shapes.
- setBowing(float) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the amount of 'bowing' of lines (contols the degree to which a straigh line appears as an 'I' or 'C').
- setFillColour(int) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the fill colour for closed shapes.
- setFillGap(float) - Method in class org.gicentre.handy.HandyRenderer
-
Determines the gap between fill lines.
- setFillWeight(float) - Method in class org.gicentre.handy.HandyRenderer
-
Determines the thickness of fill lines.
- setGraphics(PGraphics) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the graphics context into which all output is directed.
- setHachureAngle(float) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the angle for shading hachures.
- setHachurePerturbationAngle(float) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the maximum random perturbation in hachure angle per object.
- setIsAlternating(boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Determines whether or not an alternating fill stroke is used to shade shapes.
- setIsHandy(boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Determines whether or not the renderer applies a hand-drawn sketchy appearance.
- setOverrideFillColour(boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Determines whether or not to override the fill colour that would otherwise be determined by
the sketch's fillColor
setting.
- setOverrideStrokeColour(boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Determines whether or not to override the stroke colour that would otherwise be determined by
the sketch's strokeColor
setting.
- setRoughness(float) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the general roughness of the sketch.
- setSecondaryColour(int) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the secondary colour for line filling.
- setSeed(long) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the seed used for random offsets when drawing.
- setStrokeColour(int) - Method in class org.gicentre.handy.HandyRenderer
-
Sets the stroke colour for rendering features.
- setStrokeWeight(float) - Method in class org.gicentre.handy.HandyRenderer
-
Determines the thickness of outer lines.
- setUseSecondaryColour(boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Determines whether or not a secondary colour is used for filling lines.
- shape(float[], float[]) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a closed 2d polygon based on the given arrays of vertices.
- shape(float[], float[], float[]) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a closed 3d polygon based on the given arrays of vertices.
- shape(float[], float[], boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a 2d polygon based on the given arrays of vertices.
- shape(float[], float[], float[], boolean) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a 3d polygon based on the given arrays of vertices.
- Simplifier - Class in org.gicentre.handy
-
Performs Douglas-Peucker simplification on linear coordinate collections.
- Simplifier() - Constructor for class org.gicentre.handy.Simplifier
-
- simplify(ArrayList<PVector>, float) - Static method in class org.gicentre.handy.Simplifier
-
Creates a simplified version of the given collection of coordinates.
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would set a spotlight source for this graphics context but ignores it in this case as this will
be handled by the parent sketch.