public interface VisualStyleFactory
Module: vizmap-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>vizmap-api</artifactId> </dependency>
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-2015 Cytoscape Consortium. All rights reserved.