Uses of Class
org.patternfly.component.skeleton.Shape
-
Packages that use Shape Package Description org.patternfly.component.skeleton -
-
Uses of Shape in org.patternfly.component.skeleton
Methods in org.patternfly.component.skeleton that return Shape Modifier and Type Method Description static ShapeShape. valueOf(String name)Returns the enum constant of this type with the specified name.static Shape[]Shape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.component.skeleton with parameters of type Shape Modifier and Type Method Description SkeletonSkeleton. shape(Shape shape)
-