java.lang.Object
joelib.io.SimpleImageWriter
joelib.io.types.PPM
- All Implemented Interfaces:
- joelib.io.MoleculeFileType
- public class PPM
- extends joelib.io.SimpleImageWriter
Atom representation.
|
Constructor Summary |
PPM()
|
| Methods inherited from class joelib.io.SimpleImageWriter |
closeReader, closeWriter, initReader, initWriter, inputDescription, inputFileExtensions, read, read, read, readable, skipReaderEntry, write, write, writeable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.log4j.Category logger
- Obtain a suitable logger.
description
private static final java.lang.String description
extensions
private static final java.lang.String[] extensions
PPM
public PPM()
outputDescription
public java.lang.String outputDescription()
- Description copied from interface:
joelib.io.MoleculeFileType
- Description of the Method
outputFileExtensions
public java.lang.String[] outputFileExtensions()
- Description copied from interface:
joelib.io.MoleculeFileType
- Description of the Method
writeImage
public boolean writeImage(java.awt.Image image,
java.io.OutputStream os)
throws java.io.IOException