public class Stroke extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}lineWidth"/>
<element ref="{}endCap" minOccurs="0"/>
<element ref="{}lineJoin" minOccurs="0"/>
<element ref="{}miterLimit" minOccurs="0"/>
<element ref="{}dashArray" minOccurs="0"/>
<element ref="{}dashPhase" minOccurs="0"/>
</sequence>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected DashArray |
dashArray |
protected DashPhase |
dashPhase |
protected EndCap |
endCap |
protected LineJoin |
lineJoin |
protected LineWidth |
lineWidth |
protected MiterLimit |
miterLimit |
protected String |
name |
| Constructor and Description |
|---|
Stroke() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
DashArray |
getDashArray()
Gets the value of the dashArray property.
|
DashPhase |
getDashPhase()
Gets the value of the dashPhase property.
|
EndCap |
getEndCap()
Gets the value of the endCap property.
|
LineJoin |
getLineJoin()
Gets the value of the lineJoin property.
|
LineWidth |
getLineWidth()
Gets the value of the lineWidth property.
|
MiterLimit |
getMiterLimit()
Gets the value of the miterLimit property.
|
String |
getName()
Gets the value of the name property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDashArray(DashArray value)
Sets the value of the dashArray property.
|
void |
setDashPhase(DashPhase value)
Sets the value of the dashPhase property.
|
void |
setEndCap(EndCap value)
Sets the value of the endCap property.
|
void |
setLineJoin(LineJoin value)
Sets the value of the lineJoin property.
|
void |
setLineWidth(LineWidth value)
Sets the value of the lineWidth property.
|
void |
setMiterLimit(MiterLimit value)
Sets the value of the miterLimit property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected LineWidth lineWidth
protected EndCap endCap
protected LineJoin lineJoin
protected MiterLimit miterLimit
protected DashArray dashArray
protected DashPhase dashPhase
protected String clazz
protected String name
public LineWidth getLineWidth()
LineWidthpublic void setLineWidth(LineWidth value)
value - allowed object is
LineWidthpublic EndCap getEndCap()
EndCappublic void setEndCap(EndCap value)
value - allowed object is
EndCappublic LineJoin getLineJoin()
LineJoinpublic void setLineJoin(LineJoin value)
value - allowed object is
LineJoinpublic MiterLimit getMiterLimit()
MiterLimitpublic void setMiterLimit(MiterLimit value)
value - allowed object is
MiterLimitpublic DashArray getDashArray()
DashArraypublic void setDashArray(DashArray value)
value - allowed object is
DashArraypublic DashPhase getDashPhase()
DashPhasepublic void setDashPhase(DashPhase value)
value - allowed object is
DashPhasepublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.