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
Subclasses with type arguments of type SnapshotView.Boundary in org.controlsfx.controlModifier and TypeClassDescriptionstatic enumTheselectionArea, in which the user can create a selection, and theunselectedArea, in which the unselected area is visualized, are limited to a certain area of the control.Methods in org.controlsfx.control that return SnapshotView.BoundaryModifier and TypeMethodDescriptionfinal SnapshotView.BoundarySnapshotView.getSelectionAreaBoundary()final SnapshotView.BoundarySnapshotView.getUnselectedAreaBoundary()static SnapshotView.BoundaryReturns 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.Boundaryis set for the area the user can select.final javafx.beans.property.ObjectProperty<SnapshotView.Boundary> SnapshotView.unselectedAreaBoundaryProperty()Indicates whichSnapshotView.Boundaryis 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 voidSnapshotView.setSelectionAreaBoundary(SnapshotView.Boundary selectionAreaBoundary) final voidSnapshotView.setUnselectedAreaBoundary(SnapshotView.Boundary unselectedAreaBoundary)