public class XmlAdhocPen extends Object
Java class for Pen complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pen">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lineWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="lineColor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lineColor |
protected Float |
lineWidth |
| Constructor and Description |
|---|
XmlAdhocPen() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLineColor()
Gets the value of the lineColor property.
|
Float |
getLineWidth()
Gets the value of the lineWidth property.
|
void |
setLineColor(String value)
Sets the value of the lineColor property.
|
void |
setLineWidth(Float value)
Sets the value of the lineWidth property.
|
public Float getLineWidth()
Floatpublic void setLineWidth(Float value)
value - allowed object is
Floatpublic String getLineColor()
StringCopyright © 2010–2021. All rights reserved.