com.partnersoft.io.formats.dxf
Class DXFAttrib

java.lang.Object
  extended by com.partnersoft.io.formats.dxf.DXFEntity
      extended by com.partnersoft.io.formats.dxf.DXFGraphic
          extended by com.partnersoft.io.formats.dxf.DXFAttrib
All Implemented Interfaces:
DXFGroupActor

public class DXFAttrib
extends DXFGraphic

A DXF attrib entity.

Author:
Paul Reavis Copyright 2000 Partner Software, Inc.

Field Summary
 float alignmentX
           
 float alignmentY
           
 java.lang.String attributeTag
           
 java.lang.String defaultValue
           
 int horizontalJustification
           
 float textHeight
           
 float textRotation
           
 float textStartX
           
 float textStartY
           
 java.lang.String textStyleName
           
 int verticalJustification
           
 
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
DXFAttrib()
           
 
Method Summary
 DXFText asText()
           
 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.DXFGraphic
copyStateFrom
 
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

textStartX

public float textStartX

textStartY

public float textStartY

textHeight

public float textHeight

defaultValue

public java.lang.String defaultValue

attributeTag

public java.lang.String attributeTag

textRotation

public float textRotation

textStyleName

public java.lang.String textStyleName

horizontalJustification

public int horizontalJustification

verticalJustification

public int verticalJustification

alignmentX

public float alignmentX

alignmentY

public float alignmentY
Constructor Detail

DXFAttrib

public DXFAttrib()
Method Detail

resetToDefaults

public void resetToDefaults()
Resets all values to defaults; useful when reusing objects.

Overrides:
resetToDefaults in class DXFGraphic

processGroup

public void processGroup(int code,
                         DXFProtoValue value)
Acts on groups; interprets them and populates properties.

Specified by:
processGroup in interface DXFGroupActor
Overrides:
processGroup in class DXFGraphic

asText

public DXFText asText()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object