Uses of Class
curve.area.Board
Package
Description
-
Uses of Board in curve.area
Modifier and TypeFieldDescriptionprivate Board
Grid.board
boardLayer.board
boardprivate Board
MyArea.board
boardprivate static Board
Neighbour.board
boardprivate Board
Tr.board
link to boardModifier and TypeMethodDescriptionvoid
add Boardvoid
Layer.addBoardLink
(Board board, Grid grid) add board linkvoid
drawvoid
drawvoid
entry point from DotsCanvas paintComponentvoid
drawstatic void
set board -
Uses of Board in curve.control
Modifier and TypeFieldDescription(package private) Board
Interpreter.board
board(package private) Board
Mover.board
boardModifier and TypeMethodDescriptionvoid
Interpreter.addBoardLink
(Board board) add boardvoid
Mover.addBoardLink
(Board board) add board liink -
Uses of Board in curve.fig
Modifier and TypeMethodDescriptionvoid
drawvoid
draw ovalvoid
drawvoid
drawModifierConstructorDescriptionconstructor 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
Modifier and TypeFieldDescription(package private) Board
CubicLine.board
boardCurvedLine.board
boardLine.board
the board this line is drawn onQuadLine.board
board(package private) Board
StraightLine.board
boardModifier and TypeMethodDescriptionvoid
draw on screenabstract void
drawabstract void
Drawvoid
drawvoid
drawvoid
CurvedLine.drawControlLines
(Graphics g, Graphics2D g2, Board board) draw control lineprotected void
Line.drawLineSegment
(int fx0, int fy0, int fx1, int fy1, Board board) draw line segmentModifierConstructorDescriptionconstruct 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
-
Uses of Board in curve.point
Modifier and TypeMethodDescriptionvoid
move Point -
Uses of Board in curve.popup
-
Uses of Board in curve.u