public class GeneratorTester extends java.lang.Object implements ImageReceiver
Constructor and Description |
---|
GeneratorTester(java.lang.String[] args)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
loadProperties(java.net.URL url,
java.util.Properties props)
Deprecated.
Loads properties from a java resource.
|
static void |
main(java.lang.String[] args)
Deprecated.
Test the image generator.
|
void |
parseArgs(java.lang.String[] args)
Deprecated.
|
void |
printHelp()
Deprecated.
printHelp should print a usage statement which reflects
the command line needs of the tester.
|
void |
receiveImageData(byte[] bytes)
Deprecated.
Receive the bytes from a image.
|
public void receiveImageData(byte[] bytes)
ImageReceiver
receiveImageData
in interface ImageReceiver
bytes
- the formatted image.public static void main(java.lang.String[] args)
public boolean loadProperties(java.net.URL url, java.util.Properties props)
props
- the Properties instance to receive the propertiesurl
- the resource to loadpublic void parseArgs(java.lang.String[] args)
public void printHelp()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details