Uses of Enum
com.dlsc.gemsfx.PhotoView.ClipShape
-
Uses of PhotoView.ClipShape in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionPhotoView.getClipShape()
Gets the value of theclipShape
property.static PhotoView.ClipShape
Returns the enum constant of this type with the specified name.static PhotoView.ClipShape[]
PhotoView.ClipShape.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<PhotoView.ClipShape>
PhotoView.clipShapeProperty()
The clip shape determines whether the control will clip the photo via a circle or a rectangle shape.Modifier and TypeMethodDescriptionvoid
PhotoView.setClipShape
(PhotoView.ClipShape clipShape) Sets the value of theclipShape
property.