Uses of Enum
com.dlsc.gemsfx.Skeleton.Variant
Packages that use Skeleton.Variant
-
Uses of Skeleton.Variant in com.dlsc.gemsfx
Subclasses with type arguments of type Skeleton.Variant in com.dlsc.gemsfxFields in com.dlsc.gemsfx declared as Skeleton.VariantMethods in com.dlsc.gemsfx that return Skeleton.VariantModifier and TypeMethodDescriptionfinal Skeleton.VariantSkeleton.getVariant()Gets the geometric variant.static Skeleton.VariantReturns the enum constant of this type with the specified name.static Skeleton.Variant[]Skeleton.Variant.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 Skeleton.VariantModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<Skeleton.Variant> Skeleton.variantProperty()Geometric form of the placeholder.Methods in com.dlsc.gemsfx with parameters of type Skeleton.VariantModifier and TypeMethodDescriptionfinal voidSkeleton.setVariant(Skeleton.Variant value) Sets the geometric variant.Constructors in com.dlsc.gemsfx with parameters of type Skeleton.VariantModifierConstructorDescriptionSkeleton(Skeleton.Variant variant) Creates a skeleton with the given variant.