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()
Gets or sets the bugle.
|
com.aspose.ms.System.Collections.Generic.List<CadParameter> |
getBugleInternal_internalized() |
double |
getConstantWidth()
Gets or sets the Constant Width.
|
List<Cad2DPoint> |
getCoordinates()
Gets or sets the coordinates.
|
com.aspose.ms.System.Collections.Generic.List<Cad2DPoint> |
getCoordinatesInternal_internalized() |
double |
getElevation()
Gets or sets the elevation.
|
List<CadDoubleParameter> |
getEndWidth()
Gets or sets the end width.
|
com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> |
getEndWidthInternal_internalized() |
short |
getFlag()
Gets or sets the flag.
|
int |
getPointCount()
Gets or sets the PointCount
|
List<CadDoubleParameter> |
getStartWidth()
Gets or sets the start width.
|
com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> |
getStartWidthInternal_internalized() |
double |
getThickness()
Gets or sets the Thickness
|
void |
setBugle(List<CadParameter> value)
Gets or sets the bugle.
|
void |
setBugleInternal_internalized(com.aspose.ms.System.Collections.Generic.List<CadParameter> value) |
void |
setConstantWidth(double value)
Gets or sets the Constant Width.
|
void |
setCoordinates(List<Cad2DPoint> value)
Gets or sets the coordinates.
|
void |
setCoordinatesInternal_internalized(com.aspose.ms.System.Collections.Generic.List<Cad2DPoint> value) |
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setEndWidth(List<CadDoubleParameter> value)
Gets or sets the end width.
|
void |
setEndWidthInternal_internalized(com.aspose.ms.System.Collections.Generic.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)
Gets or sets the start width.
|
void |
setStartWidthInternal_internalized(com.aspose.ms.System.Collections.Generic.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_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadLwPolyline()
Initializes a new instance of the CadLwPolyline
class.
public List<Cad2DPoint> getCoordinates()
Gets or sets the coordinates.
Value: The coordinates.public com.aspose.ms.System.Collections.Generic.List<Cad2DPoint> getCoordinatesInternal_internalized()
public void setCoordinates(List<Cad2DPoint> value)
Gets or sets the coordinates.
Value: The coordinates.public void setCoordinatesInternal_internalized(com.aspose.ms.System.Collections.Generic.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()
Gets or sets the end width.
Value: The end width.public com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> getEndWidthInternal_internalized()
public void setEndWidth(List<CadDoubleParameter> value)
Gets or sets the end width.
Value: The end width.public void setEndWidthInternal_internalized(com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> value)
public List<CadParameter> getBugle()
Gets or sets the bugle.
Value: The bugle.public com.aspose.ms.System.Collections.Generic.List<CadParameter> getBugleInternal_internalized()
public void setBugle(List<CadParameter> value)
Gets or sets the bugle.
Value: The bugle.public void setBugleInternal_internalized(com.aspose.ms.System.Collections.Generic.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()
Gets or sets the start width.
Value: The start width.public com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> getStartWidthInternal_internalized()
public void setStartWidth(List<CadDoubleParameter> value)
Gets or sets the start width.
Value: The start width.public void setStartWidthInternal_internalized(com.aspose.ms.System.Collections.Generic.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.