org.kabeja.dxf
Class DXFAttrib

java.lang.Object
  extended by org.kabeja.dxf.DXFEntity
      extended by org.kabeja.dxf.DXFText
          extended by org.kabeja.dxf.DXFAttrib

public class DXFAttrib
extends DXFText

Author:
Field Summary
 
Fields inherited from class org.kabeja.dxf.DXFText
align, ALIGN_ALIGNED, ALIGN_CENTER, ALIGN_FIT, ALIGN_LEFT, ALIGN_MIDDLE, align_p1, align_p2, ALIGN_RIGHT, align_x, align_y, align_z, alignmentPointSet, backward, bottom, DEFAULT_FONT_SIZE, height, oblique_angle, p, rotation, scale_x, text, textDoc, textStyle, top, upsideDown, valign, VALIGN_BASELINE, VALIGN_BOTTOM, VALIGN_CENTER, VALIGN_TOP, vertical_center
 
Fields inherited from class org.kabeja.dxf.DXFEntity
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile
 
Constructor Summary
DXFAttrib()
           
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from class org.kabeja.dxf.DXFText
calculateAlignmentPoint, getAlign, getAlignmentPoint, getAlignX, getAlignY, getAlignZ, getBounds, getHeight, getInsertPoint, getLength, getObliqueAngle, getRotation, getScaleX, getText, getTextDocument, getTextStyle, getValign, isAlignmentPointSet, isBackward, isOmitLineType, isUpsideDown, setAlign, setAlignmentPoint, setAlignX, setAlignY, setAlignZ, setBackward, setDXFDocument, setHeight, setObliqueAngle, setRotation, setScaleX, setText, setTextStyle, setUpsideDown, setValign, setX, setY, setZ
 
Methods inherited from class org.kabeja.dxf.DXFEntity
getColor, getColorRGB, getDXFDocument, getExtrusion, getFlags, getID, getLayerName, getLineType, getLinetypeScaleFactor, getLineWeight, getThickness, getTransparency, isBlockEntity, isModelSpace, isVisibile, setBlockEntity, setColor, setColorRGB, setExtrusion, setExtrusionX, setExtrusionY, setExtrusionZ, setFlags, setID, setLayerName, setLineType, setLinetypeScaleFactor, setLineWeight, setModelSpace, setThickness, setTransparency, setVisibile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFAttrib

public DXFAttrib()
Method Detail

getType

public java.lang.String getType()
Overrides:
getType in class DXFText