|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kabeja.dxf.DXFEntity org.kabeja.dxf.DXFSolid
public class DXFSolid
Field Summary | |
---|---|
protected Point |
point1
|
protected Point |
point2
|
protected Point |
point3
|
protected Point |
point4
|
Fields inherited from class org.kabeja.dxf.DXFEntity |
---|
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile |
Constructor Summary | |
---|---|
DXFSolid()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.kabeja.dxf.DXFEntity |
---|
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, setVisibile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Point point1
protected Point point2
protected Point point3
protected Point point4
Constructor Detail |
---|
public DXFSolid()
Method Detail |
---|
public Bounds getBounds()
getBounds
in class DXFEntity
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.public java.lang.String getType()
getType
in class DXFEntity
public double getLength()
DXFEntity
getLength
in class DXFEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |