Uses of Enum
org.controlsfx.control.SnapshotView.Boundary
Packages that use SnapshotView.Boundary
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
-
Uses of SnapshotView.Boundary in org.controlsfx.control
Methods in org.controlsfx.control that return SnapshotView.BoundaryModifier and TypeMethodDescriptionfinal SnapshotView.Boundary
SnapshotView.getSelectionAreaBoundary()
final SnapshotView.Boundary
SnapshotView.getUnselectedAreaBoundary()
static SnapshotView.Boundary
Returns the enum constant of this type with the specified name.static SnapshotView.Boundary[]
SnapshotView.Boundary.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.controlsfx.control that return types with arguments of type SnapshotView.BoundaryModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty
<SnapshotView.Boundary> SnapshotView.selectionAreaBoundaryProperty()
Indicates whichSnapshotView.Boundary
is set for the area the user can select.final javafx.beans.property.ObjectProperty
<SnapshotView.Boundary> SnapshotView.unselectedAreaBoundaryProperty()
Indicates whichSnapshotView.Boundary
is set for the visualization of the unselected area (i.e. the area outside of the selection rectangle).Methods in org.controlsfx.control with parameters of type SnapshotView.BoundaryModifier and TypeMethodDescriptionfinal void
SnapshotView.setSelectionAreaBoundary
(SnapshotView.Boundary selectionAreaBoundary) final void
SnapshotView.setUnselectedAreaBoundary
(SnapshotView.Boundary unselectedAreaBoundary)