public class CadLeader extends CadBaseEntity
Class describing Cad leader
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadLeader()
Initializes a new instance of the
CadLeader class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
CadShortParameter |
getArrowHeadFlag()
Gets or sets the arrowhead flag.
|
List<Cad3DPoint> |
getCoordinates() |
short |
getCreationFlag()
Gets or sets the type of path.
|
short |
getHookLineCreationFlag()
Gets or sets the hook line creation flag.
|
short |
getHookLineFlag()
Gets or sets the hook line flag.
|
short |
getPathType()
Gets or sets the type of path.
|
double |
getScaleX()
Gets or sets the scale x.
|
String |
getStyleType()
Gets or sets the style type.
|
double |
getTextHeight()
Gets or sets the text height.
|
short |
getVerticesCount()
Gets or sets the count of vertices.
|
void |
setArrowHeadFlag(CadShortParameter value) |
void |
setCoordinates(List<Cad3DPoint> value) |
void |
setCreationFlag(short value) |
void |
setHookLineCreationFlag(short value) |
void |
setHookLineFlag(short value) |
void |
setPathType(short value) |
void |
setScaleX(double value) |
void |
setStyleType(String value) |
void |
setTextHeight(double value) |
void |
setVerticesCount(short value) |
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, mergeProperties_internalized, 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 String getStyleType()
Gets or sets the style type.
public void setStyleType(String value)
public CadShortParameter getArrowHeadFlag()
Gets or sets the arrowhead flag.
public void setArrowHeadFlag(CadShortParameter value)
public short getPathType()
Gets or sets the type of path.
public void setPathType(short value)
public short getCreationFlag()
Gets or sets the type of path.
public void setCreationFlag(short value)
public short getHookLineCreationFlag()
Gets or sets the hook line creation flag.
public void setHookLineCreationFlag(short value)
public short getHookLineFlag()
Gets or sets the hook line flag.
public void setHookLineFlag(short value)
public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
public short getVerticesCount()
Gets or sets the count of vertices.
public void setVerticesCount(short value)
public List<Cad3DPoint> getCoordinates()
public void setCoordinates(List<Cad3DPoint> value)
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.