|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.formats.dxf.DXFEntity
com.partnersoft.io.formats.dxf.DXFGraphic
com.partnersoft.io.formats.dxf.DXFLine
public class DXFLine
A DXF LINE entity.
| Field Summary | |
|---|---|
float |
endX
|
float |
endY
|
float |
startX
|
float |
startY
|
| Fields inherited from class com.partnersoft.io.formats.dxf.DXFGraphic |
|---|
color, dbConnectID, dbConnectType, extendedData, layerName, linetypeName, originalLayerName, xDictionaryHandle |
| Fields inherited from class com.partnersoft.io.formats.dxf.DXFEntity |
|---|
appGroupName, handle, insideAppGroup |
| Constructor Summary | |
|---|---|
DXFLine()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.partnersoft.io.formats.dxf.DXFEntity |
|---|
begin, clone, end |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float startX
public float startY
public float endX
public float endY
| Constructor Detail |
|---|
public DXFLine()
| Method Detail |
|---|
public void resetToDefaults()
resetToDefaults in class DXFGraphic
public void processGroup(int code,
DXFProtoValue value)
processGroup in interface DXFGroupActorprocessGroup in class DXFGraphicpublic java.lang.String toString()
toString in class java.lang.Objectpublic void copyStateFrom(DXFEntity nother)
DXFEntity
public void copyState(DXFEntity nother) {
super.copyStateFrom(nother);
someState = nother.someState;
....
copyStateFrom in class DXFGraphic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||