Maven module :un.engine : engine-ui :
Class : un.engine.ui.style.GeomStyle
Extends/Implements : -
Subclasses : -

Define a widget border.
author  Johann Sorel


Variables : brush, brushPaint, fillPaint
Functions : GeomStyle, GeomStyle, getBrush, setBrush, getBrushPaint, setBrushPaint, getFillPaint, setFillPaint


protected Brush brush

protected Paint brushPaint

protected Paint fillPaint


public void GeomStyle ()

public void GeomStyle (Brush brush, Paint brushPaint, Paint fillPaint)


Get brush to use for rendering the border shape.
return  Brush, can be null
public Brush getBrush ()

public void setBrush (Brush brush)


Get brush paint to use for rendering the border shape.
return  Paint, can be null
public Paint getBrushPaint ()

public void setBrushPaint (Paint brushPaint)


Get the inner paint to fill the border shape.
return  Paint, can be null
public Paint getFillPaint ()

public void setFillPaint (Paint fillPaint)