org.kabeja.dxf
Class DXFLWPolyline

java.lang.Object
  extended by org.kabeja.dxf.DXFEntity
      extended by org.kabeja.dxf.DXFPolyline
          extended by org.kabeja.dxf.DXFLWPolyline

public class DXFLWPolyline
extends DXFPolyline

Author:
Field Summary
 
Fields inherited from class org.kabeja.dxf.DXFPolyline
columns, constantWidth, endWidth, QUARTER_CIRCLE_ANGLE, rows, startWidth, surefaceDensityColumns, surefaceDensityRows, surefaceType, vertices
 
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
DXFLWPolyline()
           
 
Method Summary
 double getContstantWidth()
           
 double getElevation()
           
 java.lang.String getType()
           
 void setConstantWidth(double width)
           
 void setElevation(double elevation)
           
 
Methods inherited from class org.kabeja.dxf.DXFPolyline
addToBounds, addVertex, getBounds, getColumns, getEndWidth, getLength, getLength, getMeshLength, getPolyfaceLength, getPolyFaceMeshVertex, getRadius, getRows, getSegmentLength, getSplineApproximationLength, getStartWidth, getSurefaceDensityColumns, getSurefaceDensityRows, getSurefaceType, getVertex, getVertexCount, getVertexIterator, is3DPolygon, is3DPolygonMesh, isBezierSurefaceMesh, isClosed, isClosedMeshMDirection, isClosedMeshNDirection, isConstantWidth, isCubicSpline, isCubicSurefaceMesh, isCurveFitVerticesAdded, isPolyfaceMesh, isQuadSpline, isQuadSurefaceMesh, isSimpleMesh, isSplineFitVerticesAdded, removeVertex, removeVertex, setColumns, setEndWidth, setRows, setStartWidth, setSurefaceDensityColumns, setSurefaceDensityRows, setSurefaceType
 
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
 

Constructor Detail

DXFLWPolyline

public DXFLWPolyline()
Method Detail

setConstantWidth

public void setConstantWidth(double width)

getContstantWidth

public double getContstantWidth()

getElevation

public double getElevation()
Returns:
Returns the elevation.

setElevation

public void setElevation(double elevation)
Parameters:
elevation - The elevation to set.

getType

public java.lang.String getType()
Overrides:
getType in class DXFPolyline