public class CadMLeaderLine extends CadBaseEntity
Class describing Cad multileader line
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()
Gets or sets the leaderPoints.
|
Map<Integer,String> |
getParameters()
Gets or sets the parameters list.
|
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)
Gets or sets the leaderPoints.
|
void |
setParameters(Map<Integer,String> value)
Gets or sets the parameters list.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getTypeName, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadMLeaderLine()
Initializes a new instance of the CadMLeaderLine
class.
public final Map<Integer,String> getParameters()
Gets or sets the parameters list.
public final void setParameters(Map<Integer,String> value)
Gets or sets the parameters list.
value
- The parameters list.public final Cad3DPoint getBreakEndPoint()
Gets or sets the break end point.
public final void setBreakEndPoint(Cad3DPoint value)
Gets or sets the break end point.
value
- The break end point.public final int getBreakPointIndex()
Gets or sets the index of the break point.
public final void setBreakPointIndex(int value)
Gets or sets the index of the break point.
value
- The index of the break point.public final Cad3DPoint getBreakStartPoint()
Gets or sets the break start point.
public final void setBreakStartPoint(Cad3DPoint value)
Gets or sets the break start point.
value
- The break start point.public final int getLeaderLineIndex()
Gets or sets the index of the leader line.
public final void setLeaderLineIndex(int value)
Gets or sets the index of the leader line.
value
- The index of the leader line.public final List<Cad3DPoint> getLeaderPoints()
Gets or sets the leaderPoints.
public final void setLeaderPoints(List<Cad3DPoint> value)
Gets or sets the leaderPoints.
value
- The leaderPoints.