|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VizmapReader
An extension of the Task interface that returns a
VisualStyle
object.
Instances of this interface are created by InputStreamTaskFactory
objects registered as OSGi services, which are in turn processed
by associated reader manager objects that distinguish
InputStreamTaskFactories based on the DataCategory
associated with
the CyFileFilter
.
Module: io-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> </dependency>
Method Summary | |
---|---|
Set<VisualStyle> |
getVisualStyles()
Returns a list of VisualStyle objects. |
Methods inherited from interface org.cytoscape.work.Task |
---|
cancel, run |
Method Detail |
---|
Set<VisualStyle> getVisualStyles()
VisualStyle
objects.
VisualStyle
objects.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |