public class Line extends Object
Java class for Line complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Line">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartPoint" type="{}Point"/>
<element name="EndPoint" type="{}Point"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Point |
endPoint |
protected Point |
startPoint |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getEndPoint()
Gets the value of the endPoint property.
|
Point |
getStartPoint()
Gets the value of the startPoint property.
|
void |
setEndPoint(Point value)
Sets the value of the endPoint property.
|
void |
setStartPoint(Point value)
Sets the value of the startPoint property.
|
public Point getStartPoint()
Pointpublic void setStartPoint(Point value)
value - allowed object is
Pointpublic Point getEndPoint()
PointCopyright © 2016 OpenSource BIM. All rights reserved.