Uses of Class
curve.point.DPoint
Packages that use DPoint
Package
Description
-
Uses of DPoint in curve.control
Methods in curve.control with parameters of type DPointModifier and TypeMethodDescription(package private) static voidMover.logPointArray(String z, DPoint[] pa) log point arrayprivate voidMover.setDirtyAreas(DPoint p) set dirty areas -
Uses of DPoint in curve.io
Modifier and TypeMethodDescription(package private) static voidKey.logPointArray(String z, DPoint[] pa) log point array -
Uses of DPoint in curve.line
Fields in curve.line declared as DPointModifier and TypeFieldDescriptionDPoint[]Line.pointsthe control points for this curve????????(package private) DPointCubicLine.pp1pp1(package private) DPointQuadLine.pp1pp1(package private) DPointCubicLine.pp2pp2(package private) DPointQuadLine.pp2pp2(package private) DPointCubicLine.pp3pp3(package private) DPointQuadLine.pp3pp3(package private) DPointCubicLine.pp4pp4(package private) DPointCubicLine.pp5pp5(package private) DPointCubicLine.pp6pp6Methods in curve.line that return DPointModifier and TypeMethodDescriptionCubicLine.getEnd()Get the last point in this curveCurvedLine.getEnd()Get the last point in this curveQuadLine.getEnd()Get the last point in this curveCubicLine.getStart()Get the first point in this curveCurvedLine.getStart()Get the first point in this curveQuadLine.getStart()Get the first point in this curveConstructors in curve.line with parameters of type DPointModifierConstructorDescriptionconstruct 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 typical curveconstruct a quad curve -
Uses of DPoint in curve.panel
Methods in curve.panel with parameters of type DPoint -
Uses of DPoint in curve.point
Subclasses of DPoint in curve.pointModifier and TypeClassDescriptionclassneed to number points so can see whether sharedclassThe control points used by bezier curves todo: need to number points so can see whether sharedclassD Point With IDclassneed to number points so can see whether sharedMethods in curve.point that return DPointModifier and TypeMethodDescriptionDPoint.rotateOver(DPoint o, double angle) rotate this point w.r.t.Methods in curve.point with parameters of type DPointModifier and TypeMethodDescription(package private) booleandoes this point coincide with argument point?DPoint.rotateOver(DPoint o, double angle) rotate this point w.r.t.Constructors in curve.point with parameters of type DPoint -
Uses of DPoint in curve.popup
Methods in curve.popup with parameters of type DPointModifier and TypeMethodDescription(package private) static voidMoverPopupMenu.logPointArray(String z, DPoint[] pa) log point array -
Uses of DPoint in curve.stitch
Methods in curve.stitch that return DPoint -
Uses of DPoint in curve.u
Modifier and TypeMethodDescription(package private) static voidU.drawBoundingBox(Graphics g, DPoint[] p, Tr t) Draw a bounding boxstatic doublegeDiststatic DPointplerpstatic voidplerp Precise method which guarantees v = v1 when t = 1.