public class Border extends Object
Constructor and Description |
---|
Border() |
Modifier and Type | Method and Description |
---|---|
String |
getBorderType()
getBorderType
Gets String
|
Color |
getColor()
getColor
Gets Color
|
String |
getLineStyle()
getLineStyle
Gets String
|
void |
setBorderType(String BorderType)
setBorderType
Sets String
|
void |
setColor(Color Color)
setColor
Sets Color
|
void |
setLineStyle(String LineStyle)
setLineStyle
Sets String
|
String |
toString() |
public String getLineStyle()
public void setLineStyle(String LineStyle)
LineStyle
- Stringpublic Color getColor()
public void setColor(Color Color)
Color
- Colorpublic String getBorderType()
public void setBorderType(String BorderType)
BorderType
- StringCopyright © 2015. All rights reserved.