Uses of Enum Class
com.storedobject.vaadin.PaintedImage.Type
Packages that use PaintedImage.Type
-
Uses of PaintedImage.Type in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return PaintedImage.TypeModifier and TypeMethodDescriptionPaintedImage.getType()
Get the type of the image.static PaintedImage.Type
Returns the enum constant of this class with the specified name.static PaintedImage.Type[]
PaintedImage.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.storedobject.vaadin with parameters of type PaintedImage.TypeModifierConstructorDescriptionCreate a 100x100 pixels image.PaintedImage
(PaintedImage.Type type, int widthInPixels, int heightInPixels) Create an image.PaintedImage
(PaintedImage.Type type, Consumer<Graphics2D> painter) Create a 100x100 pixels image.PaintedImage
(PaintedImage.Type type, Consumer<Graphics2D> painter, int widthInPixels, int heightInPixels) Create an image.Create a 100x100 pixels image resource.PaintedImageResource
(PaintedImage.Type imageType, int widthInPixels, int heightInPixels) Create an image resource.PaintedImageResource
(PaintedImage.Type type, Consumer<Graphics2D> painter) Create a 100x100 pixels image resource.PaintedImageResource
(PaintedImage.Type imageType, Consumer<Graphics2D> painter, int widthInPixels, int heightInPixels) Create an image resource.