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