public class DXFPolyline extends DXFGraphic
| Modifier and Type | Field and Description |
|---|---|
boolean |
closed |
int |
polylineFlag |
color, dbConnectID, dbConnectType, extendedData, layerName, linetypeName, originalLayerName, xDictionaryHandleappGroupName, handle, insideAppGroup| Constructor and Description |
|---|
DXFPolyline() |
| 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 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