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