< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/Node.java

Print this page

        

*** 1859,1869 **** * * If {@code pickOnBounds} is true, then picking is computed by * intersecting with the bounds of this node, else picking is computed * by intersecting with the geometric shape of this node. * ! * @defaultValue false */ private BooleanProperty pickOnBounds; public final void setPickOnBounds(boolean value) { pickOnBoundsProperty().set(value); --- 1859,1869 ---- * * If {@code pickOnBounds} is true, then picking is computed by * intersecting with the bounds of this node, else picking is computed * by intersecting with the geometric shape of this node. * ! * @defaultValue false, true for {@code Region} */ private BooleanProperty pickOnBounds; public final void setPickOnBounds(boolean value) { pickOnBoundsProperty().set(value);
< prev index next >