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.
|
String |
getAssociatedAnnotation()
Gets or sets reference to associated annotation object.
|
List<Cad3DPoint> |
getCoordinates()
Gets or sets the coordinates.
|
com.aspose.ms.System.Collections.Generic.List<Cad3DPoint> |
getCoordinatesInternal_internalized() |
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)
Gets or sets the arrowhead flag.
|
void |
setAssociatedAnnotation(String value)
Gets or sets reference to associated annotation object.
|
void |
setCoordinates(List<Cad3DPoint> value)
Gets or sets the coordinates.
|
void |
setCoordinatesInternal_internalized(com.aspose.ms.System.Collections.Generic.List<Cad3DPoint> value) |
void |
setCreationFlag(short value)
Gets or sets the type of path.
|
void |
setHookLineCreationFlag(short value)
Gets or sets the hook line creation flag.
|
void |
setHookLineFlag(short value)
Gets or sets the hook line flag.
|
void |
setPathType(short value)
Gets or sets the type of path.
|
void |
setScaleX(double value)
Gets or sets the scale x.
|
void |
setStyleType(String value)
Gets or sets the style type.
|
void |
setTextHeight(double value)
Gets or sets the text height.
|
void |
setVerticesCount(short value)
Gets or sets the count of vertices.
|
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_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public String getStyleType()
Gets or sets the style type.
public void setStyleType(String value)
Gets or sets the style type.
public String getAssociatedAnnotation()
Gets or sets reference to associated annotation object.
public void setAssociatedAnnotation(String value)
Gets or sets reference to associated annotation object.
public CadShortParameter getArrowHeadFlag()
Gets or sets the arrowhead flag.
public void setArrowHeadFlag(CadShortParameter value)
Gets or sets the arrowhead flag.
public short getPathType()
Gets or sets the type of path.
public void setPathType(short value)
Gets or sets the type of path.
public short getCreationFlag()
Gets or sets the type of path.
public void setCreationFlag(short value)
Gets or sets the type of path.
public short getHookLineCreationFlag()
Gets or sets the hook line creation flag.
public void setHookLineCreationFlag(short value)
Gets or sets the hook line creation flag.
public short getHookLineFlag()
Gets or sets the hook line flag.
public void setHookLineFlag(short value)
Gets or sets the hook line flag.
public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
Gets or sets the text height.
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
Gets or sets the scale x.
public short getVerticesCount()
Gets or sets the count of vertices.
public void setVerticesCount(short value)
Gets or sets the count of vertices.
public List<Cad3DPoint> getCoordinates()
Gets or sets the coordinates.
Value: The coordinates.public com.aspose.ms.System.Collections.Generic.List<Cad3DPoint> getCoordinatesInternal_internalized()
public void setCoordinates(List<Cad3DPoint> value)
Gets or sets the coordinates.
Value: The coordinates.public void setCoordinatesInternal_internalized(com.aspose.ms.System.Collections.Generic.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.