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 classStyle.ShapeList of point shape styles.static classStyle.StyleBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Style.StyleBuilderbuilder()ColorgetColor()The stroke color of the shape.ColorgetFill()The fill color of the shape.FontgetFont()Rendering font forGlyphVectors.Style.ShapegetShape()Point shape representation.StrokegetStroke()The stroke style.booleanisFilled()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 forGlyphVectors.
-
-