Uses of Enum
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 TypeMethodDescriptionfinal PhotoView.ClipShapePhotoView.getClipShape()Gets the value of theclipShapeproperty.static PhotoView.ClipShapeReturns 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 TypeMethodDescriptionfinal javafx.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 TypeMethodDescriptionfinal voidPhotoView.setClipShape(PhotoView.ClipShape clipShape) Sets the value of theclipShapeproperty.