Uses of Interface
curve.area.Colour
Packages that use Colour
-
Uses of Colour in curve.area
Classes in curve.area that implement ColourModifier and TypeClassDescriptionclassThe Grid class provides methods for setting grid size and turning on and offclassan 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.colourObjectscolour objects - line, area or ??private static Colour[]Neighbour.foundfoundprivate static ColourNeighbour.foundLinefoundLineMethods 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 TypeMethodDescriptionbooleanLayer.deleteColourObject(Colour colour) delete Colour ObjectvoidLayer.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 TypeClassDescriptionclassBezier cubic curve classclass/** Bezier curve class parentclassLine is the parent of all linesclassBezier curve classclassStraight Line class