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 TrBoard.ttranslate(package private) TrGrid.tt(package private) TrLayer.tt(package private) TrMyArea.ttMethods in curve.area with parameters of type TrModifier and TypeMethodDescriptionprivate voidadd pointstatic MyAreaNeighbour.checkOverArea(int fX, int fY, Tr t) check Over Areastatic AreaPointNeighbour.checkOverAreaPoint(int fx, int fy, Tr t) check over area pointstatic CtlPointNeighbour.checkOverCtlPoint(int fx, int fy, Tr t) check over control pointstatic EndPointNeighbour.checkOverEndPoint(int fx, int fy, Tr t) check over end pointstatic LineNeighbour.checkOverLine(int fx, int fy, Tr t) check over linestatic DPointWithIDNeighbour.checkOverPoint(int fx, int fy, Tr t) check over pointstatic booleancollectvoiddrawvoiddrawvoidentry point from DotsCanvas paintComponentvoiddrawstatic voiddump(package private) voidMyArea.fixCentralPoint(Tr t) fix Central Point ensures area point stays in centre of areaprivate voidmeanderprivate voidrecalcNeighbour.returnOverMultipleEndPoints(int fx, int fy, Tr t) return Over Multiple End Pointsvoidset gridvoidAdd 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) TrInterpreter.tt(package private) TrMover.ttConstructors 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 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 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 Lineclone line -voiddraw on screenabstract voiddrawabstract voidDrawvoiddrawvoiddrawdoubleCurvedLine.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 TrDotsCanvas.tTranslate link(package private) TrSToolBar.ttConstructors in curve.panel with parameters of type Tr -
Uses of Tr in curve.point
Fields in curve.point declared as TrModifier and TypeFieldDescriptionprivate TrCtlPoint.tt(package private) TrDPointWithID.tt(package private) TrEndPoint.ttMethods in curve.point with parameters of type TrModifier and TypeMethodDescriptionvoiddraw point on screen ??????voidmove Pointbooleandoes this point coincide with coordinate fx/fy?(package private) booleandoes this point coincide with argument point?(package private) booleandoes 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 TypeMethodDescriptionvoidMoverPopupMenu.createAndShowAreaMenu(int fx, int fy, MyArea area, Tr t) create And Show Area MenuvoidMoverPopupMenu.createAndShowCtlPointMenu(int fx, int fy, Tr t) create And Show Control Point MenuvoidMoverPopupMenu.createAndShowGeneralMenu(int fx, int fy, Tr t) create And Show General MenuvoidMoverPopupMenu.createAndShowLineMenu(int fx, int fy, Tr t) create And Show Line MenuvoidMoverPopupMenu.createAndShowPointMenu(int fx, int fy, Tr t) createAndShowPointMenuvoidMoverPopupMenu.createAndShowPopup(int fx, int fy, Tr t) create And Show Popup(package private) voidPopupMenuWindow.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 voidU.drawBoundingBox(Graphics g, DPoint[] p, Tr t) Draw a bounding boxstatic DPointplerpstatic voidplerp Precise method which guarantees v = v1 when t = 1.