Package evo.search.view.render
Class Style
- java.lang.Object
-
- evo.search.view.render.Style
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Style.Shape
List of point shape styles.static class
Style.StyleBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Style.StyleBuilder
builder()
Color
getColor()
The stroke color of the shape.Color
getFill()
The fill color of the shape.Font
getFont()
Rendering font forGlyphVector
s.Style.Shape
getShape()
Point shape representation.Stroke
getStroke()
The stroke style.boolean
isFilled()
Defines, if the shape is filled or not.
-
-
-
Field Detail
-
DEFAULT
public static final Style DEFAULT
Default style instance.
-
-
Method Detail
-
builder
public static Style.StyleBuilder builder()
-
getStroke
public Stroke getStroke()
The stroke style.
-
getColor
public Color getColor()
The stroke color of the shape.
-
isFilled
public boolean isFilled()
Defines, if the shape is filled or not.
-
getShape
public Style.Shape getShape()
Point shape representation.- See Also:
Style.Shape
-
getFont
public Font getFont()
Rendering font forGlyphVector
s.
-
-