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

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
Direct Known Subclasses:
DGNElemArc, DGNElemCellHeader, DGNElemCellLibrary, DGNElemColorTable, DGNElemComplexHeader, DGNElemGroup, DGNElemMultiPoint, DGNElemTagSet, DGNElemTagValue, DGNElemTCB, DGNElemText

public class DGNElemCore
extends java.lang.Object

Clase utilizada para guardar un elemento de tipo Base del cual extienden los demás tipos.

Author:
Vicente Caballero Navarro

Field Summary
 int attr_bytes
           
 byte[] attr_data
           
 int color
           
 int complex
           
 int deleted
           
 int element_id
           
 int graphic_group
           
 int level
           
 int offset
           
 int properties
           
 int raw_bytes
           
 byte[] raw_data
           
 int size
           
 int style
           
 int stype
           
 int type
           
 int weight
           
 
Constructor Summary
DGNElemCore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public int offset

size

public int size

element_id

public int element_id

stype

public int stype

level

public int level

type

public int type

complex

public int complex

deleted

public int deleted

graphic_group

public int graphic_group

properties

public int properties

color

public int color

weight

public int weight

style

public int style

attr_bytes

public int attr_bytes

attr_data

public byte[] attr_data

raw_bytes

public int raw_bytes

raw_data

public byte[] raw_data
Constructor Detail

DGNElemCore

public DGNElemCore()