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 Board
Grid.board
boardLayer.board
boardprivate Board
MyArea.board
boardprivate static Board
Neighbour.board
boardprivate Board
Tr.board
link to boardMethods in curve.area with parameters of type BoardModifier and TypeMethodDescriptionvoid
add Boardvoid
Layer.addBoardLink
(Board board, Grid grid) add board linkvoid
drawvoid
drawvoid
entry point from DotsCanvas paintComponentvoid
drawstatic void
set 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) Board
Interpreter.board
board(package private) Board
Mover.board
boardMethods in curve.control with parameters of type 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
Fields in curve.line declared as BoardModifier 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
boardMethods in curve.line with parameters of type 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 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 Board
DotsCanvas.board
Board(package private) Board
SToolBar.board
boardMethods in curve.panel with parameters of type Board -
Uses of Board in curve.point
Methods in curve.point with parameters of type BoardModifier and TypeMethodDescriptionvoid
move 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