public class DXFSolid extends DXFEntity
| Modifier and Type | Field and Description |
|---|---|
protected Point |
point1 |
protected Point |
point2 |
protected Point |
point3 |
protected Point |
point4 |
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Constructor and Description |
|---|
DXFSolid() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds() |
double |
getLength()
Returns the length of the entity or 0 if the entity has no length
|
Point |
getPoint1() |
Point |
getPoint2() |
Point |
getPoint3() |
Point |
getPoint4() |
java.lang.String |
getType() |
void |
setPoint1(Point point1) |
void |
setPoint2(Point point2) |
void |
setPoint3(Point point3) |
void |
setPoint4(Point point4) |
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, setVisibileprotected Point point1
protected Point point2
protected Point point3
protected Point point4
public Point getPoint1()
public void setPoint1(Point point1)
point1 - The point1 to set.public Point getPoint2()
public void setPoint2(Point point2)
point2 - The point2 to set.public Point getPoint3()
public void setPoint3(Point point3)
point3 - The point3 to set.public Point getPoint4()
public void setPoint4(Point point4)
point4 - The point4 to set.