Uses of Enum Class
com.jbstrap.ui.bootstrap.ImageStyle
Packages that use ImageStyle
-
Uses of ImageStyle in com.jbstrap.ui.bootstrap
Methods in com.jbstrap.ui.bootstrap that return ImageStyleModifier and TypeMethodDescriptionstatic ImageStyle
Returns the enum constant of this class with the specified name.static ImageStyle[]
ImageStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImageStyle in com.jbstrap.ui.components
Constructors in com.jbstrap.ui.components with parameters of type ImageStyleModifierConstructorDescriptionImage
(String url, ImageStyle... styles) Creates an Image component, and sets the source of the image, and it's styleImage
(String id, String url, ImageStyle... styles) Creates an Image component, and sets the source of the image, and it's styleImage
(String url, String width, String height, ImageStyle... styles) Creates an Image component, and sets width, height, style and the source of the imageCreates an Image component, and sets width, height, style and the source of the image