public class TrackPlotter extends Object
| Constructor and Description |
|---|
TrackPlotter(File file,
int width,
int height,
Color pen,
Color background) |
TrackPlotter(InputStream is,
int width,
int height,
Color penColor,
Color background) |
TrackPlotter(String filename,
int width,
int height,
Color pen,
Color background) |
| Modifier and Type | Method and Description |
|---|---|
void |
plot(File file,
String ext) |
void |
plot(String filename,
String ext) |
public TrackPlotter(String filename, int width, int height, Color pen, Color background) throws IOException
IOExceptionpublic TrackPlotter(File file, int width, int height, Color pen, Color background) throws IOException
IOExceptionpublic TrackPlotter(InputStream is, int width, int height, Color penColor, Color background) throws IOException
IOExceptionpublic void plot(String filename, String ext) throws IOException
IOExceptionpublic void plot(File file, String ext) throws IOException
IOExceptionCopyright © 2017. All rights reserved.