Uses of Class
weka.gui.visualize.JComponentWriter
Packages that use JComponentWriter
-
Uses of JComponentWriter in weka.gui.visualize
Subclasses of JComponentWriter in weka.gui.visualizeModifier and TypeClassDescriptionclass
This class takes any JComponent and outputs it to a BMP-file.class
This class takes any JComponent and outputs it to a JPEG-file.class
This class takes any JComponent and outputs it to a PNG-file.class
This class takes any Component and outputs it to a Postscript file.Methods in weka.gui.visualize that return JComponentWriterModifier and TypeMethodDescriptionreturns the JComponentWriter associated with the given name, isnull
if not found.returns the JComponentWriter associated with the given name, isnull
if not foundreturns the JComponentWriter associated with the given name, isnull
if not foundMethods in weka.gui.visualize that return types with arguments of type JComponentWriterModifier and TypeMethodDescriptionPrintableComponent.getWriters()
returns a Hashtable with the current available JComponentWriters in the save dialog.PrintableHandler.getWriters()
returns a Hashtable with the current available JComponentWriters in the save dialog.PrintablePanel.getWriters()
returns a Hashtable with the current available JComponentWriters in the save dialog.Methods in weka.gui.visualize with parameters of type JComponentWriterModifier and TypeMethodDescriptionstatic void
JComponentWriter.toOutput
(JComponentWriter writer, JComponent comp, File file) outputs the given component with the given writer in the specified filestatic 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.