uk.me.parabola.imgfmt.app.trergn
Interface InternalFiles

All Known Implementing Classes:
Map

public interface InternalFiles

Interface to pass around the internal files in the map without passing the whole thing. This is a bad part of the design, particularly how it is used in Subdivision.

Author:
Steve Ratcliffe

Method Summary
 LBLFile getLblFile()
           
 NETFile getNetFile()
           
 NODFile getNodFile()
           
 RGNFile getRgnFile()
           
 TREFile getTreFile()
           
 

Method Detail

getRgnFile

RGNFile getRgnFile()

getLblFile

LBLFile getLblFile()

getTreFile

TREFile getTreFile()

getNetFile

NETFile getNetFile()

getNodFile

NODFile getNodFile()