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 JComponentWriterCallableActorScreenshot. m_Writerthe writer to use.Methods in adams.flow.control that return JComponentWriter Modifier and Type Method Description JComponentWriterCallableActorScreenshot. getWriter()Returns the writer.Methods in adams.flow.control with parameters of type JComponentWriter Modifier and Type Method Description voidCallableActorScreenshot. 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 JComponentWriterAbstractGraphicalDisplay. m_Writerthe writer to use.protected JComponentWriterAbstractGraphicsGenerator. m_Writerthe writer to use.Methods in adams.flow.sink that return JComponentWriter Modifier and Type Method Description JComponentWriterAbstractGraphicalDisplay. getWriter()Returns the writer.JComponentWriterAbstractGraphicsGenerator. getWriter()Returns the writer.Methods in adams.flow.sink with parameters of type JComponentWriter Modifier and Type Method Description voidAbstractGraphicalDisplay. setWriter(JComponentWriter value)Sets the writer.voidAbstractGraphicsGenerator. 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 JComponentWriterAbstractMultiView. m_Writerthe writer to use.protected JComponentWriterGridView. m_Writerthe writer to use.Methods in adams.flow.standalone that return JComponentWriter Modifier and Type Method Description JComponentWriterGridView. getWriter()Returns the writer.Methods in adams.flow.standalone with parameters of type JComponentWriter Modifier and Type Method Description voidGridView. 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 classBMPWriterOutputs Bitmap images.classBufferedImageBasedWriterAncestor for writers that write a BufferedImage to disk.classJPEGWriterOutputs JPEG images.classNullWriterDummy - generates no output.classPDFWriterOutputs PDF documents.classPNGWriterOutputs PNG images.classPostscriptWriterOutputs EPS files.classScalableComponentWriterAbstract ancestor for scalable writers.classTIFFWriterOutputs TIFF images.Fields in adams.gui.print declared as JComponentWriter Modifier and Type Field Description protected JComponentWriterJComponentWriterFileChooser. m_PreferredWriterthe preferred filter.Methods in adams.gui.print that return JComponentWriter Modifier and Type Method Description static JComponentWriterJComponentWriter. forCommandLine(String cmdline)Instantiates the writer from the given commandline (i.e., classname and optional options).static JComponentWriterJComponentWriter. forName(String classname, String[] options)Instantiates the writer with the given options.JComponentWriterJComponentWriterFileChooser. 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.JComponentWriterJComponentWriterFileFilter. getWriter()returns the associated writer.static JComponentWriterJComponentWriter. getWriterForExtension(String ext)Returns the appropriate writer for the given extension.static JComponentWriterJComponentWriter. getWriterForFile(File file)Returns the appropriate writer for the given file.static JComponentWriterJComponentWriter. 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 voidJComponentWriter. toOutput(JComponentWriter writer, JComponent comp, File file)outputs the given component with the given writer in the specified file.static voidJComponentWriter. 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.
-