public class DXFLeader extends DXFGraphic
| Modifier and Type | Field and Description |
|---|---|
int |
numberOfVertices |
float[] |
verticesX |
float[] |
verticesY |
color, dbConnectID, dbConnectType, extendedData, layerName, linetypeName, originalLayerName, xDictionaryHandleappGroupName, handle, insideAppGroup| Constructor and Description |
|---|
DXFLeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyStateFrom(DXFEntity nother)
Copies the attributes from the given DXFEntity.
|
void |
processGroup(int code,
DXFProtoValue value)
Acts on groups; interprets them and populates properties.
|
void |
resetToDefaults()
Resets all values to defaults; useful when reusing objects.
|
java.lang.String |
toString() |
public int numberOfVertices
public float[] verticesX
public float[] verticesY
public void resetToDefaults()
resetToDefaults in class DXFGraphicpublic void processGroup(int code,
DXFProtoValue value)
processGroup in interface DXFGroupActorprocessGroup in class DXFGraphicpublic void copyStateFrom(DXFEntity nother)
DXFEntity
public void copyState(DXFEntity nother) {
super.copyStateFrom(nother);
someState = nother.someState;
....
copyStateFrom in class DXFGraphicpublic java.lang.String toString()
toString in class java.lang.Object