|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisualStyleFactory
Factory for VisualStyles. This object will be provided as an OSGi service.
Method Summary | |
---|---|
VisualStyle |
createVisualStyle(String title)
Create a new VisualStyle. |
VisualStyle |
createVisualStyle(VisualStyle original)
Create a copy of given VisualStyle. |
Method Detail |
---|
VisualStyle createVisualStyle(String title)
title
- Title of the visual style. This can be null, but in that case,
default title will be used.
Note: This is NOT an identifier of this object, just a title.
VisualStyle createVisualStyle(VisualStyle original)
original
- VisualStyle to be copied from.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |