|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JComponentWriter | |
|---|---|
| weka.gui.visualize | |
| Uses of JComponentWriter in weka.gui.visualize |
|---|
| Subclasses of JComponentWriter in weka.gui.visualize | |
|---|---|
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. |
| Methods in weka.gui.visualize that return JComponentWriter | |
|---|---|
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. |
| Methods in weka.gui.visualize with parameters of type JComponentWriter | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||