/** 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;
}
AbstractRectangularShape3ifx.java 文件源码
java
阅读 27
收藏 0
点赞 0
评论 0
项目:afc
作者:
评论列表
文章目录