com.iver.cit.gvsig.fmap.drivers.dgn
Class DGNElemText

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
      extended bycom.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText

public class DGNElemText
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo Text.

Author:
Vicente Caballero Navarro

Field Summary
 int font_id
           
 double height_mult
           
 int justification
           
 double length_mult
           
 DGNPoint origin
           
 double rotation
           
 java.lang.String string
           
 
Fields inherited from class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
attr_bytes, attr_data, color, complex, deleted, element_id, graphic_group, level, offset, properties, raw_bytes, raw_data, size, style, stype, type, weight
 
Constructor Summary
DGNElemText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font_id

public int font_id

justification

public int justification

length_mult

public double length_mult

height_mult

public double height_mult

rotation

public double rotation

origin

public DGNPoint origin

string

public java.lang.String string
Constructor Detail

DGNElemText

public DGNElemText()