public class Path 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="{}windingRule"/>
<element ref="{}segments"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Segments |
segments |
protected WindingRule |
windingRule |
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
Segments |
getSegments()
Gets the value of the segments property.
|
WindingRule |
getWindingRule()
Gets the value of the windingRule property.
|
void |
setSegments(Segments value)
Sets the value of the segments property.
|
void |
setWindingRule(WindingRule value)
Sets the value of the windingRule property.
|
protected WindingRule windingRule
protected Segments segments
public WindingRule getWindingRule()
WindingRulepublic void setWindingRule(WindingRule value)
value - allowed object is
WindingRulepublic Segments getSegments()
SegmentsCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.