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

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

public class DGNElemCellLibrary
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo CellLibrary.

Author:
Vicente Caballero Navarro

Field Summary
 int attindx
           
 int cclass
           
 int celltype
           
 byte[] description
           
 int dispsymb
           
 int[] levels
           
 byte[] name
           
 int numwords
           
 
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
DGNElemCellLibrary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

celltype

public int celltype

attindx

public int attindx

name

public byte[] name

numwords

public int numwords

dispsymb

public int dispsymb

cclass

public int cclass

levels

public int[] levels

description

public byte[] description
Constructor Detail

DGNElemCellLibrary

public DGNElemCellLibrary()