public class CadMLeaderBlock extends Object
Class describing MLeader block
Constructor and Description |
---|
CadMLeaderBlock() |
Modifier and Type | Method and Description |
---|---|
short |
getBlockAttributeIndex()
Gets or sets the index of the block attribute.
|
String |
getBlockAttributerId()
Gets or sets the block attributer identifier.
|
String |
getBlockAttributeTextString()
Gets or sets the block attribute text string.
|
double |
getBlockAttributeWidth()
Gets or sets the width of the block attribute.
|
void |
setBlockAttributeIndex(short value)
Gets or sets the index of the block attribute.
|
void |
setBlockAttributerId(String value)
Gets or sets the block attributer identifier.
|
void |
setBlockAttributeTextString(String value)
Gets or sets the block attribute text string.
|
void |
setBlockAttributeWidth(double value)
Gets or sets the width of the block attribute.
|
public final String getBlockAttributerId()
Gets or sets the block attributer identifier.
public final void setBlockAttributerId(String value)
Gets or sets the block attributer identifier.
value
- The block attributer identifier.public final short getBlockAttributeIndex()
Gets or sets the index of the block attribute.
public final void setBlockAttributeIndex(short value)
Gets or sets the index of the block attribute.
value
- The index of the block attribute.public final String getBlockAttributeTextString()
Gets or sets the block attribute text string.
public final void setBlockAttributeTextString(String value)
Gets or sets the block attribute text string.
value
- The block attribute text string.public final double getBlockAttributeWidth()
Gets or sets the width of the block attribute.
public final void setBlockAttributeWidth(double value)
Gets or sets the width of the block attribute.
value
- The width of the block attribute.