public class CadLwPolyline extends CadBaseExtrudedEntity
Class describing Cad lwPoliline
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadLwPolyline()
Initializes a new instance of the
CadLwPolyline class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
List<CadParameter> |
getBugle() |
double |
getConstantWidth()
Gets or sets the Constant Width.
|
List<Cad2DPoint> |
getCoordinates() |
double |
getElevation()
Gets or sets the elevation.
|
List<CadDoubleParameter> |
getEndWidth() |
short |
getFlag()
Gets or sets the flag.
|
int |
getPointCount()
Gets or sets the PointCount
|
List<CadDoubleParameter> |
getStartWidth() |
double |
getThickness()
Gets or sets the Thickness
|
void |
setBugle(List<CadParameter> value) |
void |
setConstantWidth(double value)
Gets or sets the Constant Width.
|
void |
setCoordinates(List<Cad2DPoint> value) |
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setEndWidth(List<CadDoubleParameter> value) |
void |
setFlag(short value)
Gets or sets the flag.
|
void |
setPointCount(int value)
Gets or sets the PointCount
|
void |
setStartWidth(List<CadDoubleParameter> value) |
void |
setThickness(double value)
Gets or sets the Thickness
|
getExtrusionDirection, mergeProperties_internalized, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadLwPolyline()
Initializes a new instance of the CadLwPolyline
class.
public List<Cad2DPoint> getCoordinates()
public void setCoordinates(List<Cad2DPoint> value)
public double getElevation()
Gets or sets the elevation.
Value: The elevation.public void setElevation(double value)
Gets or sets the elevation.
Value: The elevation.public double getConstantWidth()
Gets or sets the Constant Width.
Value: The Constant Width.public void setConstantWidth(double value)
Gets or sets the Constant Width.
Value: The Constant Width.public List<CadDoubleParameter> getEndWidth()
public void setEndWidth(List<CadDoubleParameter> value)
public List<CadParameter> getBugle()
public void setBugle(List<CadParameter> value)
public short getFlag()
Gets or sets the flag.
Value: The flag.public void setFlag(short value)
Gets or sets the flag.
Value: The flag.public List<CadDoubleParameter> getStartWidth()
public void setStartWidth(List<CadDoubleParameter> value)
public double getThickness()
Gets or sets the Thickness
Value: The Thickness.public void setThickness(double value)
Gets or sets the Thickness
Value: The Thickness.public int getPointCount()
Gets or sets the PointCount
Value: The count of points.public void setPointCount(int value)
Gets or sets the PointCount
Value: The count of points.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.