Uses of Class
org.controlsfx.control.SnapshotView.Boundary
-
Packages that use SnapshotView.Boundary Package Description org.controlsfx.control 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.Boundary Modifier and Type Method Description SnapshotView.Boundary
SnapshotView. getSelectionAreaBoundary()
SnapshotView.Boundary
SnapshotView. getUnselectedAreaBoundary()
static SnapshotView.Boundary
SnapshotView.Boundary. valueOf(String name)
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.Boundary Modifier and Type Method Description javafx.beans.property.ObjectProperty<SnapshotView.Boundary>
SnapshotView. selectionAreaBoundaryProperty()
Indicates whichSnapshotView.Boundary
is set for the area the user can select.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.Boundary Modifier and Type Method Description void
SnapshotView. setSelectionAreaBoundary(SnapshotView.Boundary selectionAreaBoundary)
void
SnapshotView. setUnselectedAreaBoundary(SnapshotView.Boundary unselectedAreaBoundary)
-