Uses of Enum
com.dlsc.gemsfx.PhotoView.ClipShape
Packages that use PhotoView.ClipShape
-
Uses of PhotoView.ClipShape in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return PhotoView.ClipShapeModifier 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.Methods in com.dlsc.gemsfx that return types with arguments of type PhotoView.ClipShapeModifier 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.Methods in com.dlsc.gemsfx with parameters of type PhotoView.ClipShapeModifier and TypeMethodDescriptionvoid
PhotoView.setClipShape
(PhotoView.ClipShape clipShape) Sets the value of theclipShape
property.