public class TargetOptions extends AbstractConfigurationObject
Constructor and Description |
---|
TargetOptions() |
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor() |
Number |
getBorderWidth() |
Color |
getColor() |
String |
getHeight() |
String |
getWidth() |
void |
setBorderColor(Color borderColor)
Can set a
borderColor of the rectangle representing the
target. |
void |
setBorderWidth(Number borderWidth)
Can set the borderWidth of the rectangle representing the target.
|
void |
setColor(Color color)
Can set a color of the rectangle representing the target.
|
void |
setHeight(String height)
The height of the rectangle representing the target.
|
void |
setWidth(String width)
The width of the rectangle representing the target.
|
public Color getBorderColor()
setBorderColor(Color)
public void setBorderColor(Color borderColor)
borderColor
of the rectangle representing the
target. When not set, the point's border color is used.public Number getBorderWidth()
setBorderWidth(Number)
public void setBorderWidth(Number borderWidth)
Defaults to: 0
public Color getColor()
setColor(Color)
public void setColor(Color color)
public String getHeight()
setHeight(String)
public void setHeight(String height)
Defaults to: 3
public String getWidth()
setWidth(String)
public void setWidth(String width)
Defaults to: 140%
Copyright © 2021. All rights reserved.