public class DXFInsert extends DXFGraphic
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
blockName |
float |
insertionX |
float |
insertionY |
float |
rotationAngle |
float |
scaleX |
float |
scaleY |
color, dbConnectID, dbConnectType, extendedData, layerName, linetypeName, originalLayerName, xDictionaryHandleappGroupName, handle, insideAppGroup| Constructor and Description |
|---|
DXFInsert() |
| 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 java.lang.String blockName
public float insertionX
public float insertionY
public float scaleX
public float scaleY
public float rotationAngle
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