org.kabeja.dxf
Class DXFHeader

java.lang.Object
  extended by org.kabeja.dxf.DXFHeader

public class DXFHeader
extends java.lang.Object

Author:
Constructor Summary
DXFHeader()
           
 
Method Summary
 double getLinetypeScale()
          Returns the global linetype scale factor.
 DXFVariable getVariable(java.lang.String name)
           
 java.util.Iterator getVarialbeIterator()
           
 boolean hasVariable(java.lang.String name)
           
 boolean isFillMode()
           
 void setVariable(DXFVariable v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFHeader

public DXFHeader()
Method Detail

setVariable

public void setVariable(DXFVariable v)

hasVariable

public boolean hasVariable(java.lang.String name)

getVariable

public DXFVariable getVariable(java.lang.String name)

getVarialbeIterator

public java.util.Iterator getVarialbeIterator()

isFillMode

public boolean isFillMode()

getLinetypeScale

public double getLinetypeScale()
Returns the global linetype scale factor.

Returns:
the global scalefactor