Uses of Class
curve.area.Board
Packages that use Board
Package
Description
-
Uses of Board in curve.area
Fields in curve.area declared as BoardModifier and TypeFieldDescriptionprivate BoardGrid.boardboardLayer.boardboardprivate BoardMyArea.boardboardprivate static BoardNeighbour.boardboardprivate BoardTr.boardlink to boardMethods in curve.area with parameters of type BoardModifier and TypeMethodDescriptionvoidadd BoardvoidLayer.addBoardLink(Board board, Grid grid) add board linkvoiddrawvoiddrawvoidentry point from DotsCanvas paintComponentvoiddrawstatic voidset boardConstructors in curve.area with parameters of type Board -
Uses of Board in curve.control
Fields in curve.control declared as BoardModifier and TypeFieldDescription(package private) BoardInterpreter.boardboard(package private) BoardMover.boardboardMethods in curve.control with parameters of type BoardModifier and TypeMethodDescriptionvoidInterpreter.addBoardLink(Board board) add boardvoidMover.addBoardLink(Board board) add board liink -
Uses of Board in curve.fig
Modifier and TypeMethodDescriptionvoiddrawvoiddraw ovalvoiddrawvoiddrawModifierConstructorDescriptionconstructor called from interpretercommon constructor with sidconstructor called from file inputcommon constructor without sidtodoconstructor called from file inputconstructor called from interpreterconstructor called from interpreterconstructor called from file inputconstructor called from interpreterconstructor called from file input -
Uses of Board in curve.line
Fields in curve.line declared as BoardModifier and TypeFieldDescription(package private) BoardCubicLine.boardboardCurvedLine.boardboardLine.boardthe board this line is drawn onQuadLine.boardboard(package private) BoardStraightLine.boardboardMethods in curve.line with parameters of type BoardModifier and TypeMethodDescriptionvoiddraw on screenabstract voiddrawabstract voidDrawvoiddrawvoiddrawvoidCurvedLine.drawControlLines(Graphics g, Graphics2D g2, Board board) draw control lineprotected voidLine.drawLineSegment(int fx0, int fy0, int fx1, int fy1, Board board) draw line segmentConstructors in curve.line with parameters of type BoardModifierConstructorDescriptionconstruct a typical curveCurvedLine(DPoint[] points, Board board, Tr t) construct a typical curveconstruct a typical curvecalled from drag? interpreter -
Uses of Board in curve.panel
Fields in curve.panel declared as BoardModifier and TypeFieldDescriptionprivate BoardDotsCanvas.boardBoard(package private) BoardSToolBar.boardboardMethods in curve.panel with parameters of type Board -
Uses of Board in curve.point
Methods in curve.point with parameters of type BoardModifier and TypeMethodDescriptionvoidmove PointConstructors in curve.point with parameters of type Board -
Uses of Board in curve.popup
Fields in curve.popup declared as BoardMethods in curve.popup with parameters of type Board -
Uses of Board in curve.u