public static class LineBorderRender.SideSettings extends Object implements xyz.cofe.common.Reciver<LineBorderRender>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bottomSide |
protected Color |
color |
protected float[] |
dash |
protected float |
dashPhase |
protected boolean |
leftSide |
protected boolean |
rightSide |
protected boolean |
topSide |
protected Double |
width |
| Constructor and Description |
|---|
SideSettings() |
SideSettings(boolean right,
boolean top,
boolean left,
boolean bottom) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(LineBorderRender brd) |
Color |
getColor() |
float[] |
getDash() |
float |
getDashPhase() |
Double |
getWidth() |
boolean |
isBottomSide() |
boolean |
isLeftSide() |
boolean |
isRightSide() |
boolean |
isTopSide() |
void |
recive(LineBorderRender brd) |
void |
setBottomSide(boolean bottomSide) |
void |
setColor(Color color) |
void |
setDash(float[] dash) |
void |
setDashPhase(float dashPhase) |
void |
setLeftSide(boolean leftSide) |
void |
setRightSide(boolean rightSide) |
void |
setTopSide(boolean topSide) |
void |
setWidth(Double width) |
protected boolean leftSide
protected boolean rightSide
protected boolean topSide
protected boolean bottomSide
protected Color color
protected Double width
protected float[] dash
protected float dashPhase
public SideSettings()
public SideSettings(boolean right,
boolean top,
boolean left,
boolean bottom)
public boolean isLeftSide()
public void setLeftSide(boolean leftSide)
public boolean isRightSide()
public void setRightSide(boolean rightSide)
public boolean isTopSide()
public void setTopSide(boolean topSide)
public boolean isBottomSide()
public void setBottomSide(boolean bottomSide)
public Color getColor()
public void setColor(Color color)
public Double getWidth()
public void setWidth(Double width)
public float[] getDash()
public void setDash(float[] dash)
public float getDashPhase()
public void setDashPhase(float dashPhase)
public void apply(LineBorderRender brd)
public void recive(LineBorderRender brd)
recive in interface xyz.cofe.common.Reciver<LineBorderRender>Copyright © 2019. All rights reserved.