public class CadMLeaderLine extends CadEntityBase
Class describing Cad multileader line
| Constructor and Description |
|---|
CadMLeaderLine()
Initializes a new instance of the
CadMLeaderLine class. |
| Modifier and Type | Method and Description |
|---|---|
double |
getArrowSize()
Gets or sets the arrow size.
|
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 |
getColor()
Gets or sets the line color.
|
int |
getFlags()
Gets or sets the flags.
|
int |
getLeaderLineIndex()
Gets or sets the index of the leader line.
|
List<Cad3DPoint> |
getLeaderPoints()
Gets or sets the leaderPoints.
|
short |
getLeaderType()
Gets or sets the leader type.
|
Map<Integer,String> |
getParameters()
Gets or sets the parameters list.
|
int |
getWeight()
Gets or sets the line weight.
|
void |
setArrowSize(double value)
Gets or sets the arrow size.
|
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 |
setColor(int value)
Gets or sets the line color.
|
void |
setFlags(int value)
Gets or sets the flags.
|
void |
setLeaderLineIndex(int value)
Gets or sets the index of the leader line.
|
void |
setLeaderPoints(List<Cad3DPoint> value)
Gets or sets the leaderPoints.
|
void |
setLeaderType(short value)
Gets or sets the leader type.
|
void |
setParameters(Map<Integer,String> value)
Gets or sets the parameters list.
|
void |
setWeight(int value)
Gets or sets the line weight.
|
getArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getTypeName, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic 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.public final short getLeaderType()
Gets or sets the leader type.
public final void setLeaderType(short value)
Gets or sets the leader type.
public final int getColor()
Gets or sets the line color.
public final void setColor(int value)
Gets or sets the line color.
public final int getWeight()
Gets or sets the line weight.
public final void setWeight(int value)
Gets or sets the line weight.
public final double getArrowSize()
Gets or sets the arrow size.
public final void setArrowSize(double value)
Gets or sets the arrow size.
public final int getFlags()
Gets or sets the flags.
public final void setFlags(int value)
Gets or sets the flags.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.