public class CadMultiLine extends CadBaseExtrudedEntity
The Cad multi line.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadMultiLine()
Initializes a new instance of the
CadMultiLine class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
short |
getFlags()
Gets or sets flags
|
short |
getJustification()
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
|
short |
getNumberOfStyleElements()
Gets or sets the number of style elements.
|
short |
getNumberOfVertices()
Gets or sets the number of vertices.
|
double |
getScale()
Gets or sets scale
|
Cad3DPoint |
getStartPoint()
Gets the start point.
|
String |
getStyleName()
Gets or sets the style name.
|
Cad3DPoint |
getTempPoint_internalized()
Gets or sets temp point
|
List<CadMultiLineVectorBlock> |
getVectorBlocks() |
void |
setFlags(short value)
Gets or sets flags
|
void |
setJustification(short value)
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
|
void |
setNumberOfStyleElements(short value)
Gets or sets the number of style elements.
|
void |
setNumberOfVertices(short value)
Gets or sets the number of vertices.
|
void |
setScale(double value)
Gets or sets scale
|
void |
setStyleHandle_internalized(String value)
Gets or sets StyleHandle
|
void |
setStyleName(String value)
Gets or sets the style name.
|
void |
setVectorBlocks(List<CadMultiLineVectorBlock> value) |
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 CadMultiLine()
Initializes a new instance of the CadMultiLine
class.
public short getNumberOfStyleElements()
Gets or sets the number of style elements.
Value: The number of style elements.public void setNumberOfStyleElements(short value)
Gets or sets the number of style elements.
Value: The number of style elements.public List<CadMultiLineVectorBlock> getVectorBlocks()
public void setVectorBlocks(List<CadMultiLineVectorBlock> value)
public Cad3DPoint getStartPoint()
Gets the start point.
public String getStyleName()
Gets or sets the style name.
public void setStyleName(String value)
Gets or sets the style name.
public short getFlags()
Gets or sets flags
public void setFlags(short value)
Gets or sets flags
public double getScale()
Gets or sets scale
public void setScale(double value)
Gets or sets scale
public void setStyleHandle_internalized(String value)
Gets or sets StyleHandle
public short getNumberOfVertices()
Gets or sets the number of vertices.
public void setNumberOfVertices(short value)
Gets or sets the number of vertices.
public short getJustification()
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
public void setJustification(short value)
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
public Cad3DPoint getTempPoint_internalized()
Gets or sets temp point
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.