public class CadMLeaderLine extends CadBaseEntity
Class describing Cad multileader line
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadMLeaderLine()
Initializes a new instance of the
CadMLeaderLine class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getBreakEndPoint()
Gets or sets the break end point.
|
int |
getBreakPointIndex()
Gets or sets the index of the break point.
|
Cad3DPoint |
getBreakStartPoint()
Gets or sets the break start point.
|
int |
getLeaderLineIndex()
Gets or sets the index of the leader line.
|
List<Cad3DPoint> |
getLeaderPoints() |
void |
setBreakEndPoint(Cad3DPoint value)
Gets or sets the break end point.
|
void |
setBreakPointIndex(int value)
Gets or sets the index of the break point.
|
void |
setBreakStartPoint(Cad3DPoint value)
Gets or sets the break start point.
|
void |
setLeaderLineIndex(int value)
Gets or sets the index of the leader line.
|
void |
setLeaderPoints(List<Cad3DPoint> 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
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadMLeaderLine()
Initializes a new instance of the CadMLeaderLine
class.
public Cad3DPoint getBreakEndPoint()
Gets or sets the break end point.
Value: The break end point.public void setBreakEndPoint(Cad3DPoint value)
Gets or sets the break end point.
Value: The break end point.public int getBreakPointIndex()
Gets or sets the index of the break point.
Value: The index of the break point.public void setBreakPointIndex(int value)
Gets or sets the index of the break point.
Value: The index of the break point.public Cad3DPoint getBreakStartPoint()
Gets or sets the break start point.
Value: The break start point.public void setBreakStartPoint(Cad3DPoint value)
Gets or sets the break start point.
Value: The break start point.public int getLeaderLineIndex()
Gets or sets the index of the leader line.
Value: The index of the leader line.public void setLeaderLineIndex(int value)
Gets or sets the index of the leader line.
Value: The index of the leader line.public List<Cad3DPoint> getLeaderPoints()
public void setLeaderPoints(List<Cad3DPoint> value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.