Uses of Interface
curve.area.Colour
-
Uses of Colour in curve.area
Modifier and TypeClassDescriptionclass
The Grid class provides methods for setting grid size and turning on and offclass
an area to hold stitches // could also be line of zigzag stitches // defined by a set of lines or points ??????? // lines would be unique, points would be shared by lines // areas would be separated by jump stitchesModifier and TypeFieldDescriptionColour[]
Layer.colourObjects
colour objects - line, area or ??private static Colour[]
Neighbour.found
foundprivate static Colour
Neighbour.foundLine
foundLineModifier and TypeMethodDescriptionLayer.getColourObject
(int n) get colour objectstatic Colour[]
Neighbour.getNeighbours()
get NeighboursModifier and TypeMethodDescriptionboolean
Layer.deleteColourObject
(Colour colour) delete Colour Objectvoid
Layer.setColourObject
(Colour colour) set colour object -
Uses of Colour in curve.fig
-
Uses of Colour in curve.line
Modifier and TypeClassDescriptionclass
Bezier cubic curve classclass
/** Bezier curve class parentclass
Line is the parent of all linesclass
Bezier curve classclass
Straight Line class