public class DXFLine extends DXFEntity
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Constructor and Description |
|---|
DXFLine() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds() |
Point |
getEndPoint() |
double |
getLength()
Returns the length of the entity or 0 if the entity has no length
|
Point |
getStartPoint() |
java.lang.String |
getType() |
void |
setEndPoint(Point end) |
void |
setProperty(int groupcode,
java.lang.String value) |
void |
setStartPoint(Point start) |
getColor, getColorRGB, getDXFDocument, getExtrusion, getFlags, getID, getLayerName, getLineType, getLinetypeScaleFactor, getLineWeight, getThickness, getTransparency, isBlockEntity, isModelSpace, isOmitLineType, isVisibile, setBlockEntity, setColor, setColorRGB, setDXFDocument, setExtrusion, setExtrusionX, setExtrusionY, setExtrusionZ, setFlags, setID, setLayerName, setLineType, setLinetypeScaleFactor, setLineWeight, setModelSpace, setThickness, setTransparency, setVisibilepublic void setProperty(int groupcode,
java.lang.String value)
public void setStartPoint(Point start)
public Point getEndPoint()
public void setEndPoint(Point end)
end - The end to set.public Point getStartPoint()