com.partnersoft.io.formats.dwg
Class DWGObject

java.lang.Object
  extended by com.partnersoft.io.formats.dwg.DWGObject
All Implemented Interfaces:
DWGConstants

public abstract class DWGObject
extends java.lang.Object
implements DWGConstants

An object in an AutoCAD DWG file. These have some standard properties.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
 
Fields inherited from interface com.partnersoft.io.formats.dwg.DWGConstants
OBJECT_TYPE_NAMES, SENTINEL_CLASSES_BEGIN, SENTINEL_CLASSES_END, SENTINEL_HEADER_END, SENTINEL_OBJECTS_BEGIN, SENTINEL_VARIABLES_BEGIN, SENTINEL_VARIABLES_END, TYPE_BIT, TYPE_BITDOUBLE, TYPE_BITLONG, TYPE_BITS_2, TYPE_BITS_3, TYPE_BITS_4, TYPE_BITS_5, TYPE_BITS_6, TYPE_BITS_7, TYPE_BITSHORT, TYPE_BYTE, TYPE_HANDLE, TYPE_MODCHAR, TYPE_MODSHORT, TYPE_NULL, TYPE_RAWCHAR, TYPE_RAWDOUBLE, TYPE_RAWLONG, TYPE_RAWSHORT, TYPE_TEXT, VERSION_13, VERSION_14, VERSION_15, VERSION_2000
 
Constructor Summary
DWGObject()
           
 
Method Summary
 void readObject(DWGBitReader bitReader, int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWGObject

public DWGObject()
Method Detail

readObject

public void readObject(DWGBitReader bitReader,
                       int version)
                throws java.io.IOException
Throws:
java.io.IOException