com.partnersoft.v3x.graphics.DXF
Class DXFLine
java.lang.Object
com.partnersoft.v3x.graphics.DrawingElement
com.partnersoft.v3x.graphics.DXF.DXFDrawingElement
com.partnersoft.v3x.graphics.DXF.DXFLine
- All Implemented Interfaces:
- java.io.Serializable
public class DXFLine
- extends DXFDrawingElement
A DXF line element.
- See Also:
- Serialized Form
|
Constructor Summary |
DXFLine(java.lang.String layer,
Coord3D p1,
Coord3D p2)
Creates a line from p1 to p2. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DXFLine
public DXFLine(java.lang.String layer,
Coord3D p1,
Coord3D p2)
- Creates a line from p1 to p2.
lineType
public java.lang.String lineType()
lineType
public void lineType(java.lang.String newLineType)
lineTypeScale
public double lineTypeScale()
lineTypeScale
public void lineTypeScale(double newLineTypeScale)
getEntities
public java.util.Iterator getEntities()
- Returns the list of DXFEntities that represent this element.
- Specified by:
getEntities in class DXFDrawingElement