@Deprecated public abstract class ComparisonBorderBase extends Object
interface IComparisonBorder
Constructor and Description |
---|
ComparisonBorderBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Deprecated.
Gets the color.
|
int |
getLineStyle()
Deprecated.
Gets the line style.
|
void |
setColor(Color value)
Deprecated.
Gets the color.
|
void |
setLineStyle(int value)
Deprecated.
Gets the line style.
|
public Color getColor()
Gets the color.
Value: The color.public void setColor(Color value)
Gets the color.
Value: The color.value
- the valuepublic int getLineStyle()
Gets the line style.
Value: The line style.public void setLineStyle(int value)
Gets the line style.
Value: The line style.value
- the valueCopyright © 2018. All rights reserved.