org.nlogo.agent
Class ImportPatchColors

java.lang.Object
  extended by org.nlogo.agent.ImportPatchColors

public class ImportPatchColors
extends Object


Constructor Summary
ImportPatchColors()
           
 
Method Summary
static void doImport(BufferedImage image, World world, boolean asNetLogoColors)
           
static void importPatchColors(org.nlogo.util.File imageFile, World world, boolean asNetLogoColors)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportPatchColors

public ImportPatchColors()
Method Detail

importPatchColors

public static void importPatchColors(org.nlogo.util.File imageFile,
                                     World world,
                                     boolean asNetLogoColors)
                              throws IOException
Throws:
IOException

doImport

public static void doImport(BufferedImage image,
                            World world,
                            boolean asNetLogoColors)