Uses of Class
adams.gui.print.JComponentWriter
-
Packages that use JComponentWriter Package Description adams.flow.control adams.flow.sink adams.flow.standalone adams.gui.print -
-
Uses of JComponentWriter in adams.flow.control
Fields in adams.flow.control declared as JComponentWriter Modifier and Type Field Description protected JComponentWriter
CallableActorScreenshot. m_Writer
the writer to use.Methods in adams.flow.control that return JComponentWriter Modifier and Type Method Description JComponentWriter
CallableActorScreenshot. getWriter()
Returns the writer.Methods in adams.flow.control with parameters of type JComponentWriter Modifier and Type Method Description void
CallableActorScreenshot. setWriter(JComponentWriter value)
Sets the writer. -
Uses of JComponentWriter in adams.flow.sink
Fields in adams.flow.sink declared as JComponentWriter Modifier and Type Field Description protected JComponentWriter
AbstractGraphicalDisplay. m_Writer
the writer to use.protected JComponentWriter
AbstractGraphicsGenerator. m_Writer
the writer to use.Methods in adams.flow.sink that return JComponentWriter Modifier and Type Method Description JComponentWriter
AbstractGraphicalDisplay. getWriter()
Returns the writer.JComponentWriter
AbstractGraphicsGenerator. getWriter()
Returns the writer.Methods in adams.flow.sink with parameters of type JComponentWriter Modifier and Type Method Description void
AbstractGraphicalDisplay. setWriter(JComponentWriter value)
Sets the writer.void
AbstractGraphicsGenerator. setWriter(JComponentWriter value)
Sets the writer. -
Uses of JComponentWriter in adams.flow.standalone
Fields in adams.flow.standalone declared as JComponentWriter Modifier and Type Field Description protected JComponentWriter
AbstractMultiView. m_Writer
the writer to use.protected JComponentWriter
GridView. m_Writer
the writer to use.Methods in adams.flow.standalone that return JComponentWriter Modifier and Type Method Description JComponentWriter
GridView. getWriter()
Returns the writer.Methods in adams.flow.standalone with parameters of type JComponentWriter Modifier and Type Method Description void
GridView. setWriter(JComponentWriter value)
Sets the writer. -
Uses of JComponentWriter in adams.gui.print
Subclasses of JComponentWriter in adams.gui.print Modifier and Type Class Description class
BMPWriter
Outputs Bitmap images.class
BufferedImageBasedWriter
Ancestor for writers that write a BufferedImage to disk.class
JPEGWriter
Outputs JPEG images.class
NullWriter
Dummy - generates no output.class
PDFWriter
Outputs PDF documents.class
PNGWriter
Outputs PNG images.class
PostscriptWriter
Outputs EPS files.class
ScalableComponentWriter
Abstract ancestor for scalable writers.class
TIFFWriter
Outputs TIFF images.Fields in adams.gui.print declared as JComponentWriter Modifier and Type Field Description protected JComponentWriter
JComponentWriterFileChooser. m_PreferredWriter
the preferred filter.Methods in adams.gui.print that return JComponentWriter Modifier and Type Method Description static JComponentWriter
JComponentWriter. forCommandLine(String cmdline)
Instantiates the writer from the given commandline (i.e., classname and optional options).static JComponentWriter
JComponentWriter. forName(String classname, String[] options)
Instantiates the writer with the given options.JComponentWriter
JComponentWriterFileChooser. getWriter()
returns the writer that was chosen by the user, can be null in case the user aborted the dialog or the open dialog was shown.JComponentWriter
JComponentWriterFileFilter. getWriter()
returns the associated writer.static JComponentWriter
JComponentWriter. getWriterForExtension(String ext)
Returns the appropriate writer for the given extension.static JComponentWriter
JComponentWriter. getWriterForFile(File file)
Returns the appropriate writer for the given file.static JComponentWriter
JComponentWriter. getWriterForFile(String filename)
Returns the appropriate writer for the given filename.Methods in adams.gui.print with parameters of type JComponentWriter Modifier and Type Method 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.Constructors in adams.gui.print with parameters of type JComponentWriter Constructor Description JComponentWriterFileFilter(String[] extensions, String description, JComponentWriter writer)
Creates the ExtensionFileFilter.JComponentWriterFileFilter(String extension, String description, JComponentWriter writer)
Creates the ExtensionFileFilter.
-