public static class LineBorderRender.Settings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LineBorderRender |
border |
protected List<xyz.cofe.common.Reciver<LineBorderRender>> |
settings |
| Constructor and Description |
|---|
Settings(LineBorderRender brd) |
| Modifier and Type | Method and Description |
|---|---|
LineBorderRender.Settings |
all(double width,
Color color) |
LineBorderRender.Settings |
all(double width,
Color color,
float[] dash) |
LineBorderRender |
apply() |
LineBorderRender.Settings |
bottom(double width,
Color color) |
LineBorderRender.Settings |
left(double width,
Color color) |
LineBorderRender.Settings |
right(double width,
Color color) |
LineBorderRender.Settings |
top(double width,
Color color) |
protected List<xyz.cofe.common.Reciver<LineBorderRender>> settings
protected LineBorderRender border
public Settings(LineBorderRender brd)
public LineBorderRender apply()
public LineBorderRender.Settings all(double width, Color color)
public LineBorderRender.Settings all(double width, Color color, float[] dash)
public LineBorderRender.Settings top(double width, Color color)
public LineBorderRender.Settings left(double width, Color color)
public LineBorderRender.Settings right(double width, Color color)
public LineBorderRender.Settings bottom(double width, Color color)
Copyright © 2019. All rights reserved.