Uses of Class
org.hortonmachine.gears.io.dxfdwg.libs.dwg.DwgFile
-
Packages that use DwgFile Package Description org.hortonmachine.gears.io.dxfdwg.libs org.hortonmachine.gears.io.dxfdwg.libs.dwg -
-
Uses of DwgFile in org.hortonmachine.gears.io.dxfdwg.libs
Constructors in org.hortonmachine.gears.io.dxfdwg.libs with parameters of type DwgFile Constructor Description DwgReader(DwgFile pFile, GeometryTranslator gTranslator)A basic reader based on a DwgFile. -
Uses of DwgFile in org.hortonmachine.gears.io.dxfdwg.libs.dwg
Methods in org.hortonmachine.gears.io.dxfdwg.libs.dwg with parameters of type DwgFile Modifier and Type Method Description voidDwgFileReader. read(DwgFile dwgFile)Reads all the DWG format versionsvoidDwgFileV15Reader. read(DwgFile dwgFile)Reads the DWG version 15 format
-