FreeCNC

Class INIfile

java.lang.Object
  |
  +--INIfile

public class INIfile
extends java.lang.Object


Constructor Summary
INIfile()
           
 
Method Summary
static void advancedSections(java.io.File mapfile)
           
static void load(java.io.File mapfile)
           
static void simpleSections(java.io.File mapfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INIfile

public INIfile()
Method Detail

load

public static void load(java.io.File mapfile)

simpleSections

public static void simpleSections(java.io.File mapfile)

advancedSections

public static void advancedSections(java.io.File mapfile)

FreeCNC