Uses of Class
org.patternfly.style.Size
-
Packages that use Size Package Description org.patternfly.component.avatar org.patternfly.component.icon org.patternfly.component.spinner org.patternfly.component.title org.patternfly.style -
-
Uses of Size in org.patternfly.component.avatar
Methods in org.patternfly.component.avatar with parameters of type Size Modifier and Type Method Description AvatarAvatar. size(Size size) -
Uses of Size in org.patternfly.component.icon
Methods in org.patternfly.component.icon with parameters of type Size Modifier and Type Method Description IconIcon. iconSize(Size size)IconIcon. size(Size size)Modifies the size of this component. -
Uses of Size in org.patternfly.component.spinner
Methods in org.patternfly.component.spinner with parameters of type Size Modifier and Type Method Description SpinnerSpinner. size(Size size)static SpinnerSpinner. spinner(Size size)static SpinnerSpinner. spinner(Size size, String label) -
Uses of Size in org.patternfly.component.title
Methods in org.patternfly.component.title with parameters of type Size Modifier and Type Method Description static TitleTitle. title(int level, Size size, String text) -
Uses of Size in org.patternfly.style
Methods in org.patternfly.style that return Size Modifier and Type Method Description static SizeSize. valueOf(String name)Returns the enum constant of this type with the specified name.static Size[]Size. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.style with parameters of type Size Modifier and Type Method Description static StringClasses. modifier(String modifier, Size size)
-