|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tunable | |
---|---|
cytoscape.command | |
cytoscape.layout | Classes providing some kind of graph layout functionality. |
cytoscape.util | This package contains utility classes which are deemed generally useful, but which do not clearly belong to any other package. |
Uses of Tunable in cytoscape.command |
---|
Fields in cytoscape.command with type parameters of type Tunable | |
---|---|
protected Map<String,List<Tunable>> |
AbstractCommandHandler.argumentMap
|
Methods in cytoscape.command that return Tunable | |
---|---|
static Tunable |
AbstractCommandHandler.makeTunable(String name,
Object value)
|
Methods in cytoscape.command that return types with arguments of type Tunable | |
---|---|
protected Collection<Tunable> |
AbstractCommandHandler.createTunableCollection(Map<String,Object> args)
Use this method to support the Map version of the execute call if you support Tunables. |
Map<String,Tunable> |
CyCommandHandler.getTunables(String command)
Get the current Tunables for all of the arguments for a specific command. |
Map<String,Tunable> |
AbstractCommandHandler.getTunables(String command)
Return the current settings for a given command as a map of setting name: tunable. |
Methods in cytoscape.command with parameters of type Tunable | |
---|---|
protected void |
AbstractCommandHandler.addArgument(String command,
Tunable t)
Add a new argument Tunable to a command supported by this command handler. |
Method parameters in cytoscape.command with type arguments of type Tunable | |
---|---|
protected Map<String,Object> |
AbstractCommandHandler.createKVMap(Collection<Tunable> tList)
Execute a given command with a particular set of arguments. |
CyCommandResult |
CyCommandHandler.execute(String command,
Collection<Tunable> arguments)
Execute a given command with a particular set of arguments. |
static CyCommandResult |
CyCommandManager.execute(String namespace,
String command,
List<Tunable> arguments)
Execute a command |
Uses of Tunable in cytoscape.layout |
---|
Methods in cytoscape.layout with parameters of type Tunable | |
---|---|
void |
TunableListener.tunableChanged(Tunable tunable)
The tunableChanged method is called whenever a tunable value has been changed by the user (as opposed to programmatically). |
void |
LayoutProperties.tunableChanged(Tunable tunable)
|
Uses of Tunable in cytoscape.util |
---|
Fields in cytoscape.util with type parameters of type Tunable | |
---|---|
protected List<Tunable> |
ModulePropertiesImpl.tunablesList
|
protected HashMap<String,Tunable> |
ModulePropertiesImpl.tunablesMap
|
Methods in cytoscape.util that return Tunable | |
---|---|
Tunable |
ModulePropertiesImpl.get(String name)
This method is used to get the Tunable named name from this LayoutProperties. |
Tunable |
ModuleProperties.get(String name)
This method is used to get the Tunable named name from this LayoutProperties. |
Methods in cytoscape.util that return types with arguments of type Tunable | |
---|---|
List<Tunable> |
ModulePropertiesImpl.getTunables()
|
List<Tunable> |
ModuleProperties.getTunables()
This method returns list of tunables. |
Methods in cytoscape.util with parameters of type Tunable | |
---|---|
void |
ModulePropertiesImpl.add(Tunable tunable)
This method is used to add a new Tunable to the LayoutProperties list. |
void |
ModuleProperties.add(Tunable tunable)
This method is used to add a new Tunable to the LayoutProperties list. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |