- java.lang.Object
-
- javafx.scene.control.SkinBase<Separator>
-
- javafx.scene.control.skin.SeparatorSkin
-
-
构造方法摘要
构造方法 Constructor 描述 SeparatorSkin(Separator control)
创建一个新的SeparatorSkin实例,将必需的子节点安装到控件children
列表中。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 protected double
computeMaxHeight(double w, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的宽度计算皮肤的最大允许高度。protected double
computeMaxWidth(double h, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的高度计算皮肤的最大允许宽度。protected double
computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的宽度计算皮肤的最小允许高度。protected double
computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的高度计算皮肤的最小允许宽度。protected double
computePrefHeight(double w, double topInset, double rightInset, double bottomInset, double leftInset)
计算这个SkinBase
的首选高度。protected double
computePrefWidth(double h, double topInset, double rightInset, double bottomInset, double leftInset)
计算这个SkinBase
的首选宽度。protected void
layoutChildren(double x, double y, double w, double h)
我们只需要处理单一的“线”儿童地区。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
-
-
-
方法详细信息
-
layoutChildren
protected void layoutChildren(double x, double y, double w, double h)
我们只需要处理单一的“线”儿童地区。 这里的重要的一点是,我们想要一个水平分隔符具有与分隔符一样宽的行(较少的左/右填充),但是尽可能薄(基于其自己的pref高度)。 垂直分隔符的想法相同。 它应该与分离器一样高(较小的顶部和底部填充),但是尽可能薄(线的最初宽度)。然后将线放置在分离器内,使得对准属性得以兑现。
- 重写:
-
layoutChildren
在SkinBase<Separator>
- 参数
-
x
- x位置 -
y
- y位置 -
w
- 宽度 -
h
- 高度
-
computeMinWidth
protected double computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的高度计算皮肤的最小允许宽度。- 重写:
-
computeMinWidth
在SkinBase<Separator>
- 参数
-
height
- 皮肤的高度,以防该值可能决定最小宽度。 -
topInset
- 像素拍摄的顶部插图 -
rightInset
- 像素拍摄正确的插图 -
bottomInset
- 像素攫取底部插图 -
leftInset
- 像素拍摄左边插图 - 结果
- 表示此皮肤最小宽度的双倍。
-
computeMinHeight
protected double computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的宽度计算皮肤的最小允许高度。- 重写:
-
computeMinHeight
在SkinBase<Separator>
- 参数
-
width
- 皮肤的宽度,以防该值可能决定最小高度。 -
topInset
- 像素拍摄的顶部插图 -
rightInset
- 像素拍摄正确的插图 -
bottomInset
- 像素攫取底部插图 -
leftInset
- 像素拍摄左边插图 - 结果
- 一个双倍代表这个皮肤的最小高度。
-
computePrefWidth
protected double computePrefWidth(double h, double topInset, double rightInset, double bottomInset, double leftInset)
计算这个SkinBase
的首选宽度。 默认实现将这个宽度计算为被管理子对象以其首选宽度位于其当前位置时占用的区域的宽度。- 重写:
-
computePrefWidth
在SkinBase<Separator>
- 参数
-
h
- 如果首选宽度取决于应该使用的高度 -
topInset
- 像素拍摄的顶部插图 -
rightInset
- 像素拍摄正确的插图 -
bottomInset
- 像素攫取底部插图 -
leftInset
- 像素拍摄左边插图 - 结果
- 计算的优选宽度
-
computePrefHeight
protected double computePrefHeight(double w, double topInset, double rightInset, double bottomInset, double leftInset)
计算这个SkinBase
的首选高度。 默认实现将此高度计算为被管理儿童以其首选高度位于其当前位置时占用的区域的高度。- 重写:
-
computePrefHeight
在SkinBase<Separator>
- 参数
-
w
- 如果首选高度取决于应该使用的宽度 -
topInset
- 像素拍摄顶部插图 -
rightInset
- 像素拍摄正确的插图 -
bottomInset
- 像素捕捉底部插入 -
leftInset
- 像素拍摄左边插图 - 结果
- 计算的优选高度
-
computeMaxWidth
protected double computeMaxWidth(double h, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的高度计算皮肤的最大允许宽度。- 重写:
-
computeMaxWidth
在SkinBase<Separator>
- 参数
-
h
- 皮肤的高度,以防该值可能决定最大宽度。 -
topInset
- 像素拍摄的顶部插图 -
rightInset
- 像素拍摄正确的插图 -
bottomInset
- 像素啪嗒的底部插入 -
leftInset
- 像素拍摄左边插图 - 结果
- 双倍表示此皮肤的最大宽度。
-
computeMaxHeight
protected double computeMaxHeight(double w, double topInset, double rightInset, double bottomInset, double leftInset)
根据提供的宽度计算皮肤的最大允许高度。- 重写:
-
computeMaxHeight
在SkinBase<Separator>
- 参数
-
w
- 皮肤的宽度,以防该值可能决定最大高度。 -
topInset
- 像素拍摄的顶部插图 -
rightInset
- 像素拍摄正确的插图 -
bottomInset
- 像素攫取底部插图 -
leftInset
- 像素拍摄左边插图 - 结果
- 一个双倍代表这个皮肤的最大高度。
-
-