public class StyleBorder extends Object
| Constructor and Description |
|---|
StyleBorder(String border,
BorderType borderType) |
| Modifier and Type | Method and Description |
|---|---|
BorderType |
getBorderType() |
Color |
getColor() |
Float |
getWidth() |
boolean |
isNoBorder() |
void |
setColor(Color color) |
void |
setWidth(Float width) |
public StyleBorder(String border, BorderType borderType)
public Color getColor()
public void setColor(Color color)
public Float getWidth()
public void setWidth(Float width)
public boolean isNoBorder()
public BorderType getBorderType()
Copyright © 2015. All Rights Reserved.