|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tunable | |
---|---|
org.cytoscape.view.layout | This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms. |
org.cytoscape.work | This packages everything relating to tasks in Cytoscape. |
org.cytoscape.work.swing | This packages provides Swing-specific specialisations of concepts from work-api
This includes TaskFactory , TaskManager ,
and TaskIterator . |
Uses of Tunable in org.cytoscape.view.layout |
---|
Fields in org.cytoscape.view.layout with annotations of type Tunable | |
---|---|
double |
EdgeWeighter.defaultEdgeWeight
|
double |
EdgeWeighter.maxWeightCutoff
|
double |
EdgeWeighter.minWeightCutoff
|
WeightTypes |
EdgeWeighter.type
|
Uses of Tunable in org.cytoscape.work |
---|
Methods in org.cytoscape.work with parameters of type Tunable | |
---|---|
T |
TunableHandlerFactory.createTunableHandler(Field field,
Object instance,
Tunable tunable)
This method returns a TunableHandler for a Field annotated as a Tunable
if this factory can produce an appropriate handler for this type of field. |
T |
BasicTunableHandlerFactory.createTunableHandler(Field field,
Object instance,
Tunable tunable)
|
T |
TunableHandlerFactory.createTunableHandler(Method getter,
Method setter,
Object instance,
Tunable tunable)
This method returns a TunableHandler for a Method annotated as a Tunable
if this factory can produce an appropriate handler for this type of field. |
T |
BasicTunableHandlerFactory.createTunableHandler(Method getter,
Method setter,
Object instance,
Tunable tunable)
|
Constructors in org.cytoscape.work with parameters of type Tunable | |
---|---|
AbstractTunableHandler(Field field,
Object instance,
Tunable tunable)
Standard base class constructor for TunableHandler s that deal with
Tunable s that annotate a field. |
|
AbstractTunableHandler(Method getter,
Method setter,
Object instance,
Tunable tunable)
Standard base class constructor for TunableHandler s that deal with
Tunable s that use getter and setter methods. |
Uses of Tunable in org.cytoscape.work.swing |
---|
Constructors in org.cytoscape.work.swing with parameters of type Tunable | |
---|---|
AbstractGUITunableHandler(Field field,
Object instance,
Tunable tunable)
Standard base class constructor for TunableHandler s that deal with
Tunable s that annotate a field. |
|
AbstractGUITunableHandler(Method getter,
Method setter,
Object instance,
Tunable tunable)
Standard base class constructor for TunableHandler s that deal with
Tunable s that use getter and setter methods. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |