|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CyWriterManager<W extends CyWriterFactory>
A CyWriterManager aggregates CyWriterFactory services for specific DataCategories
and provides a mechanism for choosing the CyWriterFactory given a particular
file type.
| Method Summary | |
|---|---|
List<CyFileFilter> |
getAvailableWriterFilters()
Returns a list of the available CyFileFilters that define the available
output types. |
W |
getMatchingFactory(CyFileFilter filter)
Returns a CyWriterFactory for the appropriate filter. |
| Method Detail |
|---|
List<CyFileFilter> getAvailableWriterFilters()
CyFileFilters that define the available
output types.
CyFileFilters that define the available
output types.W getMatchingFactory(CyFileFilter filter)
CyWriterFactory for the appropriate filter.
filter - The filter used to determine the type of file written.
generated by the CyWriterFactory.
CyWriterFactory for the appropriate filter.
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||