AbstractRectangularShape3ifx.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:afc 作者:
/** Replies the property that is the depth of the box.
 *
 * @return the depth property.
 */
@Pure
public IntegerProperty depthProperty() {
    if (this.depth == null) {
        this.depth = new ReadOnlyIntegerWrapper(this, MathFXAttributeNames.DEPTH);
        this.depth.bind(Bindings.subtract(maxZProperty(), minZProperty()));
    }
    return this.depth;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号