public final class GuideLineUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Runnable |
installGuideLines(javafx.collections.ObservableList<GuideLine> pGuideLines,
Consumer<javafx.scene.shape.Shape> pAddShapeOp,
Consumer<javafx.scene.shape.Shape> pRemoveShapeOp)
Installs the specified guide-line list using the specified add/remove operations.
|
static Runnable |
installGuideLines(javafx.collections.ObservableList<GuideLine> pGuideLines,
Consumer<javafx.scene.shape.Shape> pAddLineOp,
Consumer<javafx.scene.shape.Shape> pRemoveLineOp,
Consumer<javafx.scene.shape.Shape> pAddRectangleOp,
Consumer<javafx.scene.shape.Shape> pRemoveRectangleOp)
Installs the specified guide-line list using the specified add/remove operations.
|
public static Runnable installGuideLines(javafx.collections.ObservableList<GuideLine> pGuideLines, Consumer<javafx.scene.shape.Shape> pAddShapeOp, Consumer<javafx.scene.shape.Shape> pRemoveShapeOp)
pGuideLines
- A guide-line list to install.pAddShapeOp
- Operation, which adds a guide-line's line or above/below rectangle
to node.pRemoveLineOp
- Operation, which removes a guide-line's line or above/below
rectangle from node.public static Runnable installGuideLines(javafx.collections.ObservableList<GuideLine> pGuideLines, Consumer<javafx.scene.shape.Shape> pAddLineOp, Consumer<javafx.scene.shape.Shape> pRemoveLineOp, Consumer<javafx.scene.shape.Shape> pAddRectangleOp, Consumer<javafx.scene.shape.Shape> pRemoveRectangleOp)
pGuideLines
- A guide-line list to install.pAddLineOp
- Operation, which adds a guide-line's line to node.pRemoveLineOp
- Operation, which removes a guide-line's line from node.pAddRectangleOp
- Operation, which adds a guide-line's above/below rectangle to
node.pRemoveRectangleOp
- Operation, which removes a guide-line's above/below
rectangle from node.Copyright © 2023. All rights reserved.