Uses of Interface
curve.area.Colour
Packages that use Colour
-
Uses of Colour in curve.area
Classes in curve.area that implement ColourModifier 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 stitchesFields in curve.area declared as ColourModifier and TypeFieldDescriptionColour[]
Layer.colourObjects
colour objects - line, area or ??private static Colour[]
Neighbour.found
foundprivate static Colour
Neighbour.foundLine
foundLineMethods in curve.area that return ColourModifier and TypeMethodDescriptionLayer.getColourObject
(int n) get colour objectstatic Colour[]
Neighbour.getNeighbours()
get NeighboursMethods in curve.area with parameters of type ColourModifier 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
Classes in curve.line that implement ColourModifier and TypeClassDescriptionclass
Bezier cubic curve classclass
/** Bezier curve class parentclass
Line is the parent of all linesclass
Bezier curve classclass
Straight Line class