org.kabeja.dxf.helpers
Class DXFMLineSegment

java.lang.Object
  extended by org.kabeja.dxf.helpers.DXFMLineSegment

public class DXFMLineSegment
extends java.lang.Object


Field Summary
protected  Vector direction
           
protected  java.util.List elements
           
protected  Vector miterDirection
           
protected  Point startPoint
           
 
Constructor Summary
DXFMLineSegment()
           
 
Method Summary
 void addDXFMLineSegmentElement(DXFMLineSegmentElement el)
           
 Vector getDirection()
           
 DXFMLineSegmentElement getDXFMLineSegmentElement(int index)
           
 int getDXFMLineSegmentElementCount()
           
 Vector getMiterDirection()
           
 Point getStartPoint()
           
 void setDirection(Vector direction)
           
 void setMiterDirection(Vector miterDirection)
           
 void setStartPoint(Point startPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startPoint

protected Point startPoint

direction

protected Vector direction

miterDirection

protected Vector miterDirection

elements

protected java.util.List elements
Constructor Detail

DXFMLineSegment

public DXFMLineSegment()
Method Detail

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)