Uses of Class
curve.area.Tr
Package
Description
-
Uses of Tr in curve.area
Modifier and TypeFieldDescriptionprivate Tr
Board.t
translate(package private) Tr
Grid.t
t(package private) Tr
Layer.t
t(package private) Tr
MyArea.t
tModifier and TypeMethodDescriptionprivate void
add pointstatic MyArea
Neighbour.checkOverArea
(int fX, int fY, Tr t) check Over Areastatic AreaPoint
Neighbour.checkOverAreaPoint
(int fx, int fy, Tr t) check over area pointstatic CtlPoint
Neighbour.checkOverCtlPoint
(int fx, int fy, Tr t) check over control pointstatic EndPoint
Neighbour.checkOverEndPoint
(int fx, int fy, Tr t) check over end pointstatic Line
Neighbour.checkOverLine
(int fx, int fy, Tr t) check over linestatic DPointWithID
Neighbour.checkOverPoint
(int fx, int fy, Tr t) check over pointstatic boolean
collectvoid
drawvoid
drawvoid
entry point from DotsCanvas paintComponentvoid
drawstatic void
dump(package private) void
MyArea.fixCentralPoint
(Tr t) fix Central Point ensures area point stays in centre of areaprivate void
meanderprivate void
recalcNeighbour.returnOverMultipleEndPoints
(int fx, int fy, Tr t) return Over Multiple End Pointsvoid
set gridvoid
Add a grid to the dots -
Uses of Tr in curve.control
Modifier and TypeFieldDescription(package private) Tr
Interpreter.t
t(package private) Tr
Mover.t
tModifierConstructorDescriptionInterpreter
(DotsCanvas dc, Tr t) constructorMover
(DotsCanvas dc, U u, Tr t) constructor -
Uses of Tr 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 Tr in curve.io
ModifierConstructorDescriptionKey
(DotsCanvas dc, U u, Mover mover, MoverPopupMenu mpm, Interpreter ip, Tr t) constructor -
Uses of Tr in curve.line
Modifier and TypeMethodDescriptionstatic Line
clone line -void
draw on screenabstract void
drawabstract void
Drawvoid
drawvoid
drawdouble
CurvedLine.getCurveLength
(Tr t) get Curve lengthModifierConstructorDescriptionconstruct a typical curveconstruct a typical curve called from interpreter.drawLCCurvedLine
(DPoint[] points, Board board, Tr t) construct a typical curveCurvedLine
(DPoint[] points, String sid, Tr t) called from interpreterconstruct a lineconstructorconstruct a straight linefrom new Straight line from interpreter construct a line with given id to add curvesconstruct a typical curveconstruct a quad curveStraightLine
(Line line, Tr t) construct a Straight Linecalled from drag? interpreterStraightLine
(EndPoint p0, EndPoint p3, Tr t) construct a Straight Line -
Uses of Tr in curve.panel
-
Uses of Tr in curve.point
Modifier and TypeFieldDescriptionprivate Tr
CtlPoint.t
t(package private) Tr
DPointWithID.t
t(package private) Tr
EndPoint.t
tModifier and TypeMethodDescriptionvoid
draw point on screen ??????void
move Pointboolean
does this point coincide with coordinate fx/fy?(package private) boolean
does this point coincide with argument point?(package private) boolean
does this point coincide with argument point?ModifierConstructorDescriptionconstructorconstructorconstructorconstructorConstructorConstructorConstructorConstructorConstructorconstructorConstructorDPointWithID
(int fx, int fy, int id, Tr t) constructorDPointWithID
(int fx, int fy, Tr t) constructorDPointWithID
(int fx, int fy, String sid, Tr t) constructorDPointWithID
(DPointWithID o, Tr t) constructorconstructorconstructorconstructorconstructorconstructorconstructorconstructor -
Uses of Tr in curve.popup
Modifier and TypeMethodDescriptionvoid
MoverPopupMenu.createAndShowAreaMenu
(int fx, int fy, MyArea area, Tr t) create And Show Area Menuvoid
MoverPopupMenu.createAndShowCtlPointMenu
(int fx, int fy, Tr t) create And Show Control Point Menuvoid
MoverPopupMenu.createAndShowGeneralMenu
(int fx, int fy, Tr t) create And Show General Menuvoid
MoverPopupMenu.createAndShowLineMenu
(int fx, int fy, Tr t) create And Show Line Menuvoid
MoverPopupMenu.createAndShowPointMenu
(int fx, int fy, Tr t) createAndShowPointMenuvoid
MoverPopupMenu.createAndShowPopup
(int fx, int fy, Tr t) create And Show Popup(package private) void
PopupMenuWindow.init
(int fx, int fy, DotsCanvas dc, Tr t) initModifierConstructorDescriptionMoverPopupMenu
(DotsCanvas dc, U u, Mover mover, Interpreter ip, Tr t) constructorPopupMenuWindow
(int fx, int fy, ArrayList<JMenuItem> mial, String title, DotsCanvas dc, Tr t) constructor -
Uses of Tr in curve.u
Modifier and TypeMethodDescription(package private) static void
U.drawBoundingBox
(Graphics g, DPoint[] p, Tr t) Draw a bounding boxstatic DPoint
plerpstatic void
plerp Precise method which guarantees v = v1 when t = 1.