Class SnapshotViewSkin

java.lang.Object
javafx.scene.control.SkinBase<SnapshotView>
impl.org.controlsfx.skin.SnapshotViewSkin
All Implemented Interfaces:
Skin<SnapshotView>

public class SnapshotViewSkin extends SkinBase<SnapshotView>
View for the SnapshotView. It displays the node and the selection and manages their positioning. Mouse events are used to change the selection.
  • Constructor Details

    • SnapshotViewSkin

      public SnapshotViewSkin(SnapshotView snapshotView)
      Creates a new skin for the specified SnapshotView.
      Parameters:
      snapshotView - the SnapshotView this skin will display