|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CyPropertyWriterManager
A CyWriterManager specific to writing property objects. See
CyProperty for information on types of object expected.
| Method Summary | |
|---|---|
List<CyFileFilter> |
getAvailableWriterFilters()
Returns the CyFileFilters known to this CyWriter manager. |
CyWriter |
getWriter(Object property,
CyFileFilter filter,
File file)
Returns the CyWriter Task that will attempt to write the specified property
object to the specified file of the specified file type. |
CyWriter |
getWriter(Object property,
CyFileFilter filter,
OutputStream os)
Returns the CyWriter Task that will attempt to write the specified property
object to the specified output stream of the specified file type. |
| Methods inherited from interface org.cytoscape.io.write.CyWriterManager |
|---|
getMatchingFactory |
| Method Detail |
|---|
List<CyFileFilter> getAvailableWriterFilters()
CyFileFilters known to this CyWriter manager.
getAvailableWriterFilters in interface CyWriterManager<CyPropertyWriterFactory>
CyWriter getWriter(Object property,
CyFileFilter filter,
File file)
throws Exception
CyWriter Task that will attempt to write the specified property
object to the specified file of the specified file type.
property - The property object to be written.filter - The CyFileFilter that defines the type of file to be written.file - The file to be written.
CyWriter Task that will attempt to write the specified property
object to the specified file of the specified file type.
Exception
CyWriter getWriter(Object property,
CyFileFilter filter,
OutputStream os)
throws Exception
CyWriter Task that will attempt to write the specified property
object to the specified output stream of the specified file type.
property - The property object to be written.filter - The CyFileFilter that defines the type of file to be written.os - The output stream to be written.
CyWriter Task that will attempt to write the specified property
object to the specified output stream of the specified file type.
Exception
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||