Uses of Enum Class
com.dlsc.gemsfx.PhotoView.ClipShape
Packages that use PhotoView.ClipShape
-
Uses of PhotoView.ClipShape in com.dlsc.gemsfx
Subclasses with type arguments of type PhotoView.ClipShape in com.dlsc.gemsfxMethods in com.dlsc.gemsfx that return PhotoView.ClipShapeModifier and TypeMethodDescriptionPhotoView.getClipShape()Gets the value of theclipShapeproperty.static PhotoView.ClipShapeReturns the enum constant of this class with the specified name.static PhotoView.ClipShape[]PhotoView.ClipShape.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoidPhotoView.setClipShape(PhotoView.ClipShape clipShape) Sets the value of theclipShapeproperty.