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

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

public class DGNElemCellHeader
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo CellHeader.

Author:
Vicente Caballero Navarro

Field Summary
 int cclass
           
 int[] levels
           
 byte[] name
           
 DGNPoint origin
           
 DGNPoint rnghigh
           
 DGNPoint rnglow
           
 double rotation
           
 int totlength
           
 double[] trans
           
 double xscale
           
 double yscale
           
 
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
DGNElemCellHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totlength

public int totlength

name

public byte[] name

cclass

public int cclass

levels

public int[] levels

rnglow

public DGNPoint rnglow

rnghigh

public DGNPoint rnghigh

trans

public double[] trans

origin

public DGNPoint origin

xscale

public double xscale

yscale

public double yscale

rotation

public double rotation
Constructor Detail

DGNElemCellHeader

public DGNElemCellHeader()