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

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

public class DGNElemColorTable
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo ColorTable.

Author:
Vicente Caballero Navarro

Field Summary
 byte[][] color_info
           
 int screen_flag
           
 
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
DGNElemColorTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

screen_flag

public int screen_flag

color_info

public byte[][] color_info
Constructor Detail

DGNElemColorTable

public DGNElemColorTable()