Uses of Enum Class
com.dlsc.gemsfx.AvatarView.AvatarShape
Packages that use AvatarView.AvatarShape
-
Uses of AvatarView.AvatarShape in com.dlsc.gemsfx
Subclasses with type arguments of type AvatarView.AvatarShape in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumEnumeration representing the shape of the avatar.Methods in com.dlsc.gemsfx that return AvatarView.AvatarShapeModifier and TypeMethodDescriptionfinal AvatarView.AvatarShapeAvatarView.getAvatarShape()Gets the value of theavatarShapeproperty.static AvatarView.AvatarShapeReturns the enum constant of this class with the specified name.static AvatarView.AvatarShape[]AvatarView.AvatarShape.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 AvatarView.AvatarShapeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<AvatarView.AvatarShape> AvatarView.avatarShapeProperty()The clip type property of the avatar.Methods in com.dlsc.gemsfx with parameters of type AvatarView.AvatarShapeModifier and TypeMethodDescriptionfinal voidAvatarView.setAvatarShape(AvatarView.AvatarShape type) Sets the value of theavatarShapeproperty.