Package | Description |
---|---|
weka.gui.visualize |
Modifier and Type | Class and Description |
---|---|
class |
BMPWriter
This class takes any JComponent and outputs it to a BMP-file.
|
class |
JPEGWriter
This class takes any JComponent and outputs it to a JPEG-file.
|
class |
PNGWriter
This class takes any JComponent and outputs it to a PNG-file.
|
class |
PostscriptWriter
This class takes any Component and outputs it to a Postscript file.
|
Modifier and Type | Method and Description |
---|---|
JComponentWriter |
PrintablePanel.getWriter(String name)
returns the JComponentWriter associated with the given name, is
null if not found |
JComponentWriter |
PrintableHandler.getWriter(String name)
returns the JComponentWriter associated with the given name, is
null if not found |
JComponentWriter |
PrintableComponent.getWriter(String name)
returns the JComponentWriter associated with the given name, is
null if not found. |
Modifier and Type | Method and Description |
---|---|
static void |
JComponentWriter.toOutput(JComponentWriter writer,
JComponent comp,
File file)
outputs the given component with the given writer in the specified file
|
static void |
JComponentWriter.toOutput(JComponentWriter writer,
JComponent comp,
File file,
int width,
int height)
outputs the given component with the given writer in the specified file.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.