public interface VisualStyleFactory
Modifier and Type | Method and Description |
---|---|
VisualStyle |
createVisualStyle(String title)
Create a new VisualStyle.
|
VisualStyle |
createVisualStyle(VisualStyle original)
Create a copy of given VisualStyle.
|
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.Copyright 2011 Cytoscape Consortium. All rights reserved.