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<?>>
@NonNull TFXShapes.buildPathElements(@NonNull T p, @NonNull Iterable<javafx.scene.shape.PathElement> pathElements) static <T extends PathBuilder<?>>
@NonNull TFXSvgPaths.buildPathElements(@NonNull T builder, @NonNull Iterable<javafx.scene.shape.PathElement> pathElements) static <T extends PathBuilder<?>>
@NonNull TAwtShapes.buildPathIterator(@NonNull T builder, @NonNull PathIterator iter) static <T extends PathBuilder<?>>
@NonNull TAwtShapes.buildPathIterator(@NonNull T builder, @NonNull PathIterator iter, boolean doPathDone) Methods in org.jhotdraw8.geom that return PathBuilderModifier and TypeMethodDescriptionstatic <T> @NonNull PathBuilder<T> SvgPaths.buildSvgString(@NonNull PathBuilder<T> builder, @NonNull String str) Returns a value as a SvgPath2D.Methods in org.jhotdraw8.geom with parameters of type PathBuilderModifier and TypeMethodDescriptionstatic voidSvgPaths.buildReshapedSvgString(@NonNull PathBuilder<?> builder, @Nullable String pathstr, @NonNull javafx.geometry.Bounds b) Fits the specified SVGPath into the given bounds.static <T> @NonNull PathBuilder<T> SvgPaths.buildSvgString(@NonNull PathBuilder<T> builder, @NonNull String str) Returns a value as a SvgPath2D.static voidPolylineToCubicCurve.fitBezierPath(@NonNull PathBuilder<?> builder, @NonNull List<javafx.geometry.Point2D> digitizedPoints, double error) Fits a bezier path to the specified list of digitized points.static voidPolylineToCubicCurve.fitBezierPath(@NonNull PathBuilder<?> builder, javafx.geometry.Point2D[] digitizedPoints, double error) Fits a bezier path to the specified list of digitized points.static voidPolylineToCubicCurve.fitBezierPath(@NonNull PathBuilder<?> builder, @NonNull 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(@NonNull PathBuilder<T> target) AffineTransformPathBuilder(@NonNull PathBuilder<T> target, @NonNull AffineTransform transform) ContourPathBuilder(@NonNull PathBuilder<T> consumer, double offset) ContourPathBuilder(@NonNull PathBuilder<T> consumer, double offset, double epsilon) FXTransformPathBuilder(@NonNull PathBuilder<T> target) FXTransformPathBuilder(@NonNull PathBuilder<T> target, @NonNull javafx.scene.transform.Transform transform) MarkerPathBuilder(PathBuilder<T> out, Path2D.Double startMarker, Path2D.Double endMarker, Path2D.Double midMarker) NineRegionsScalingBuilder(@NonNull PathBuilder<T> dest, @NonNull javafx.geometry.Bounds srcBounds, @NonNull javafx.geometry.Insets srcInsets, @NonNull 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