|
Cytoscape 2.8.2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphObject | |
|---|---|
| cytoscape | Core Cytoscape Classes. |
| cytoscape.actions | UI classes that are attached to menu items in the menu or tool bar of the window. |
| cytoscape.groups | |
| cytoscape.visual | Framework for generalized mappings from graph attributes to visual attributes. |
| cytoscape.visual.calculators | Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size. |
| giny.model | |
| Uses of GraphObject in cytoscape |
|---|
| Classes in cytoscape that implement GraphObject | |
|---|---|
class |
CyEdge
|
class |
CyNode
|
| Uses of GraphObject in cytoscape.actions |
|---|
| Constructors in cytoscape.actions with parameters of type GraphObject | |
|---|---|
DeleteAction(GraphObject obj)
perform deletion on the input object. |
|
| Uses of GraphObject in cytoscape.groups |
|---|
| Methods in cytoscape.groups with parameters of type GraphObject | |
|---|---|
void |
CyGroupViewer.groupChanged(CyGroup group,
GraphObject changedObject,
CyGroupViewer.ChangeType change)
Provide viewer-specific hooks to the change of a group. |
| Uses of GraphObject in cytoscape.visual |
|---|
| Methods in cytoscape.visual with parameters of type GraphObject | |
|---|---|
void |
Appearance.applyBypass(GraphObject n,
List<VisualPropertyType> bypassedVPs)
Applies the visual bypass values specified in the node (edge) attributes for the specified node (edge) to the node (edge). |
| Uses of GraphObject in cytoscape.visual.calculators |
|---|
| Methods in cytoscape.visual.calculators with parameters of type GraphObject | |
|---|---|
protected Object |
AbstractCalculator.getRangeValue(GraphObject obj)
|
| Uses of GraphObject in giny.model |
|---|
| Subinterfaces of GraphObject in giny.model | |
|---|---|
interface |
Edge
|
interface |
Node
|
|
Cytoscape 2.8.2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||