public interface PartialDecoration
| Modifier and Type | Method and Description |
|---|---|
void |
setPaintBottom(boolean bottom)
Sets whether should paint bottom side or not.
|
void |
setPaintBottomLine(boolean bottom)
Sets whether should paint bottom side line or not.
|
void |
setPaintLeft(boolean left)
Sets whether should paint left side or not.
|
void |
setPaintLeftLine(boolean left)
Sets whether should paint left side line or not.
|
void |
setPaintRight(boolean right)
Sets whether should paint right side or not.
|
void |
setPaintRightLine(boolean right)
Sets whether should paint right side line or not.
|
void |
setPaintSideLines(boolean top,
boolean left,
boolean bottom,
boolean right)
Sets whether should paint specific side lines or not.
|
void |
setPaintSides(boolean top,
boolean left,
boolean bottom,
boolean right)
Sets whether should paint specific sides or not.
|
void |
setPaintTop(boolean top)
Sets whether should paint top side or not.
|
void |
setPaintTopLine(boolean top)
Sets whether should paint top side line or not.
|
void setPaintTop(boolean top)
top - whether should paint top side or notvoid setPaintLeft(boolean left)
left - whether should paint left side or notvoid setPaintBottom(boolean bottom)
bottom - whether should paint bottom side or notvoid setPaintRight(boolean right)
right - whether should paint right side or notvoid setPaintSides(boolean top,
boolean left,
boolean bottom,
boolean right)
top - whether should paint top side or notleft - whether should paint left side or notbottom - whether should paint bottom side or notright - whether should paint right side or notvoid setPaintTopLine(boolean top)
top - whether should paint top side line or notvoid setPaintLeftLine(boolean left)
left - whether should paint left side line or notvoid setPaintBottomLine(boolean bottom)
bottom - whether should paint bottom side line or notvoid setPaintRightLine(boolean right)
right - whether should paint right side line or notvoid setPaintSideLines(boolean top,
boolean left,
boolean bottom,
boolean right)
top - whether should paint top side line or notleft - whether should paint left side line or notbottom - whether should paint bottom side line or notright - whether should paint right side line or not