Uses of Enum Class
com.flowingcode.vaadin.addons.zoomist.Zoomist.Fill
-
Uses of Zoomist.Fill in com.flowingcode.vaadin.addons.zoomist
Methods in com.flowingcode.vaadin.addons.zoomist that return Zoomist.FillModifier and TypeMethodDescriptionZoomist.getFill()Returns the image fill type.static Zoomist.FillReturns the enum constant of this class with the specified name.static Zoomist.Fill[]Zoomist.Fill.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.zoomist with parameters of type Zoomist.FillModifier and TypeMethodDescriptionvoidZoomist.setFill(Zoomist.Fill fill) Sets the image fill type.