public class AdhocPen extends Object implements Cloneable, Serializable
AdhocPen class.
| Constructor and Description |
|---|
AdhocPen() |
| Modifier and Type | Method and Description |
|---|---|
AdhocPen |
clone() |
boolean |
equals(Object obj) |
Color |
getLineColor()
Getter for the field
lineColor. |
Float |
getLineWidth()
Getter for the field
lineWidth. |
void |
setLineColor(Color lineColor)
Setter for the field
lineColor. |
void |
setLineWidth(Float lineWidth)
Setter for the field
lineWidth. |
Copyright © 2010–2021. All rights reserved.