public class PenOptions extends Object
Drawing pen options
Constructor and Description |
---|
PenOptions()
Initializes a new instance of the
PenOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getEndCap()
Gets or sets the end cap.
|
int |
getStartCap()
Gets or sets the start cap.
|
void |
setEndCap(int value)
Gets or sets the end cap.
|
void |
setStartCap(int value)
Gets or sets the start cap.
|
public PenOptions()
Initializes a new instance of the PenOptions
class.
public int getStartCap()
Gets or sets the start cap.
public void setStartCap(int value)
Gets or sets the start cap.
value
- The start cap.public int getEndCap()
Gets or sets the end cap.
public void setEndCap(int value)
Gets or sets the end cap.
value
- The end cap.