Uses of Interface
org.jhotdraw8.geom.PathBuilder
Packages that use PathBuilder
Package
Description
Provides classes for defining and manipulating two-dimensional geometry.
Provides classes for constructing contours around shapes.
-
Uses of PathBuilder in org.jhotdraw8.geom
Classes in org.jhotdraw8.geom that implement PathBuilderModifier and TypeClassDescriptionclassAbstractPathBuilder.classclassTransformPathBuilder.classComputes the area of a path.classBuilds an AWTPath2D.classBuilds a bounding box path.classBuilds a contour path around a path.classFXPathElementsBuilder.classCreates a square at each move-to and at the end of the specified path.classBuilds a list ofDoubles for aPolygon.classTransformPathBuilder.classMarkerPathBuilder.classThis builder slices the input path into 9 regions, and scales them by the specified scale factor and pivot.classclassclassStartAndEndPointPathBuilder gets the first start point and last end point of a path, and the derivatives of these points.classStartAndEndPointPathBuilder gets all start and end points of a path, and the derivatives of these points.classSvgDoublePathBuilder.classDoubleSvgPathBuilder.Methods in org.jhotdraw8.geom with type parameters of type PathBuilderModifier and TypeMethodDescriptionstatic <T extends PathBuilder<?>>
TFXShapes.buildPathElements(T p, Iterable<javafx.scene.shape.PathElement> pathElements) static <T extends PathBuilder<?>>
TFXSvgPaths.buildPathElements(T builder, Iterable<javafx.scene.shape.PathElement> pathElements) static <T extends PathBuilder<?>>
TAwtShapes.buildPathIterator(T builder, PathIterator iter) Methods in org.jhotdraw8.geom that return PathBuilderModifier and TypeMethodDescriptionstatic <T> PathBuilder<T> SvgPaths.buildSvgString(PathBuilder<T> builder, String str) Returns a value as a SvgPath2D.Methods in org.jhotdraw8.geom with parameters of type PathBuilderModifier and TypeMethodDescriptionstatic voidSvgPaths.buildReshapedSvgString(PathBuilder<?> builder, @Nullable String pathstr, javafx.geometry.Bounds b) Fits the specified SVGPath into the given bounds.static <T> PathBuilder<T> SvgPaths.buildSvgString(PathBuilder<T> builder, String str) Returns a value as a SvgPath2D.static voidPolylineToCubicCurve.fitBezierPath(PathBuilder<?> builder, List<javafx.geometry.Point2D> digitizedPoints, double error) Fits a bezier path to the specified list of digitized points.static voidPolylineToCubicCurve.fitBezierPath(PathBuilder<?> builder, javafx.geometry.Point2D[] digitizedPoints, double error) Fits a bezier path to the specified list of digitized points.static voidPolylineToCubicCurve.fitBezierPath(PathBuilder<?> builder, BezierPath digitizedPoints, double error) Fits a bezier path to the specified list of digitized points.Constructors in org.jhotdraw8.geom with parameters of type PathBuilderModifierConstructorDescriptionAffineTransformPathBuilder(PathBuilder<T> target) AffineTransformPathBuilder(PathBuilder<T> target, AffineTransform transform) ContourPathBuilder(PathBuilder<T> consumer, double offset) ContourPathBuilder(PathBuilder<T> consumer, double offset, double epsilon) FXTransformPathBuilder(PathBuilder<T> target) FXTransformPathBuilder(PathBuilder<T> target, javafx.scene.transform.Transform transform) MarkerPathBuilder(PathBuilder<T> out, Path2D.Double startMarker, Path2D.Double endMarker, Path2D.Double midMarker) NineRegionsScalingBuilder(PathBuilder<T> dest, javafx.geometry.Bounds srcBounds, javafx.geometry.Insets srcInsets, javafx.geometry.Bounds destBounds) Creates a new instance. -
Uses of PathBuilder in org.jhotdraw8.geom.contour
Classes in org.jhotdraw8.geom.contour that implement PathBuilder -
Uses of PathBuilder in org.jhotdraw8.geom.shape
Classes in org.jhotdraw8.geom.shape that implement PathBuilderModifier and TypeClassDescriptionclassBezierPathBuilder.class