Uses of Class
evo.search.view.render.Style.Shape
-
Packages that use Style.Shape Package Description evo.search.view.render This package contains all rendering enhancement classes. -
-
Uses of Style.Shape in evo.search.view.render
Methods in evo.search.view.render that return Style.Shape Modifier and Type Method Description Style.Shape
Style. getShape()
Point shape representation.static Style.Shape
Style.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static Style.Shape[]
Style.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in evo.search.view.render with parameters of type Style.Shape Modifier and Type Method Description Style.StyleBuilder
Style.StyleBuilder. shape(Style.Shape shape)
Point shape representation.
-