com.iver.cit.jdwglib.dwg.objects
Class DwgLayerControl

java.lang.Object
  extended bycom.iver.cit.jdwglib.dwg.DwgObject
      extended bycom.iver.cit.jdwglib.dwg.objects.DwgLayerControl

public class DwgLayerControl
extends DwgObject

The DwgLayerControl class represents a DWG Layer control

Author:
jmorell

Constructor Summary
DwgLayerControl()
           
 
Method Summary
 void readDwgLayerControlV15(int[] data, int offset)
          Read a Layer control in the DWG format Version 15
 
Methods inherited from class com.iver.cit.jdwglib.dwg.DwgObject
getColor, getExtendedData, getGraphicData, getHandle, getLayerHandle, getLayerHandleCode, getLinetypeFlags, getMode, getNumReactors, getPlotstyleFlags, getSizeInBits, getSubEntityHandle, getType, getVersion, getXDicObjHandle, isGraphicsFlag, isNoLinks, readObjectHeaderV15, readObjectTailV15, setColor, setExtendedData, setGraphicData, setGraphicsFlag, setHandle, setLayerHandle, setLayerHandleCode, setLinetypeFlags, setMode, setNoLinks, setNumReactors, setPlotstyleFlags, setSizeInBits, setSubEntityHandle, setType, setVersion, setXDicObjHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwgLayerControl

public DwgLayerControl()
Method Detail

readDwgLayerControlV15

public void readDwgLayerControlV15(int[] data,
                                   int offset)
                            throws java.lang.Exception
Read a Layer control in the DWG format Version 15

Parameters:
data - Array of unsigned bytes obtained from the DWG binary file
offset - The current bit offset where the value begins
Throws:
java.lang.Exception - If an unexpected bit value is found in the DWG file. Occurs when we are looking for LwPolylines.