|
|||||||||
| 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.DXFArc
public class DXFArc
A DXF insert entity.
| Field Summary | |
|---|---|
float |
centerX
|
float |
centerY
|
float |
endAngle
|
float |
radius
|
float |
startAngle
|
| 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 | |
|---|---|
DXFArc()
|
|
| 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 centerX
public float centerY
public float radius
public float startAngle
public float endAngle
| Constructor Detail |
|---|
public DXFArc()
| Method Detail |
|---|
public void resetToDefaults()
resetToDefaults in class DXFGraphic
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||