org.kabeja.dxf.helpers
Class DXFMLineSegment
java.lang.Object
org.kabeja.dxf.helpers.DXFMLineSegment
public class DXFMLineSegment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startPoint
protected Point startPoint
direction
protected Vector direction
miterDirection
protected Vector miterDirection
elements
protected java.util.List elements
DXFMLineSegment
public DXFMLineSegment()
getStartPoint
public Point getStartPoint()
setStartPoint
public void setStartPoint(Point startPoint)
getDirection
public Vector getDirection()
setDirection
public void setDirection(Vector direction)
getMiterDirection
public Vector getMiterDirection()
setMiterDirection
public void setMiterDirection(Vector miterDirection)
addDXFMLineSegmentElement
public void addDXFMLineSegmentElement(DXFMLineSegmentElement el)
getDXFMLineSegmentElementCount
public int getDXFMLineSegmentElementCount()
getDXFMLineSegmentElement
public DXFMLineSegmentElement getDXFMLineSegmentElement(int index)