// @formatter:off /* * Unlicensed, generated by javafx.ftl */ package javafx.scene.shape; /** * {@link Path}建構器延伸(供客製化) * * @author JarReflectionDataLoader-1.0.0 * @version jfxrt.jar * @param <Z> 要建構的物件型態(需繼承{@link Path}) * @param <B> 建構器本身的型態(需繼承{@link PathMaker}) */ @javax.annotation.Generated("Generated by javafx.ftl") @SuppressWarnings("all") public interface PathMakerExt<Z extends Path, B extends PathMaker<Z, B>> extends javafx.scene.shape.ShapeMakerExt<Z, B> { // nothing yet }