Uses of Class
curve.area.Tr
Packages that use Tr
Package
Description
-
Uses of Tr in curve.area
Fields in curve.area declared as TrModifier and TypeFieldDescriptionprivate Tr
Board.t
translate(package private) Tr
Grid.t
t(package private) Tr
Layer.t
t(package private) Tr
MyArea.t
tMethods in curve.area with parameters of type TrModifier 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 dotsConstructors in curve.area with parameters of type Tr -
Uses of Tr in curve.control
Fields in curve.control declared as TrModifier and TypeFieldDescription(package private) Tr
Interpreter.t
t(package private) Tr
Mover.t
tConstructors in curve.control with parameters of type TrModifierConstructorDescriptionInterpreter
(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
Fields in curve.line declared as TrMethods in curve.line with parameters of type TrModifier and TypeMethodDescriptionstatic Line
clone line -void
draw on screenabstract void
drawabstract void
Drawvoid
drawvoid
drawdouble
CurvedLine.getCurveLength
(Tr t) get Curve lengthConstructors in curve.line with parameters of type TrModifierConstructorDescriptionconstruct 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
Fields in curve.panel declared as TrModifier and TypeFieldDescriptionprivate Tr
DotsCanvas.t
Translate link(package private) Tr
SToolBar.t
tConstructors in curve.panel with parameters of type Tr -
Uses of Tr in curve.point
Fields in curve.point declared as TrModifier and TypeFieldDescriptionprivate Tr
CtlPoint.t
t(package private) Tr
DPointWithID.t
t(package private) Tr
EndPoint.t
tMethods in curve.point with parameters of type TrModifier 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?Constructors in curve.point with parameters of type TrModifierConstructorDescriptionconstructorconstructorconstructorconstructorConstructorConstructorConstructorConstructorConstructorconstructorConstructorDPointWithID
(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
Fields in curve.popup declared as TrMethods in curve.popup with parameters of type TrModifier 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) initConstructors in curve.popup with parameters of type TrModifierConstructorDescriptionMoverPopupMenu
(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.