|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object coltginy.ColtGraphViewModel phoebe.PGraphView cytoscape.giny.PhoebeNetworkView
public class PhoebeNetworkView
Field Summary |
---|
Fields inherited from class phoebe.PGraphView |
---|
updateEdges |
Fields inherited from class coltginy.ColtGraphViewModel |
---|
DEFAULT_BORDER_PAINT, DEFAULT_EDGE_END_PAINT, DEFAULT_EDGE_STROKE_PAINT, DEFAULT_EDGE_STROKE_PAINT_SELECTION, DEFAULT_NODE_PAINT, DEFAULT_NODE_SELECTION_PAINT, DEFAULT_X, DEFAULT_Y |
Constructor Summary | |
---|---|
PhoebeNetworkView(CyNetwork network,
String title)
Deprecated. Creates a new PhoebeNetworkView object. |
Method Summary | |
---|---|
void |
addEdgeContextMenuListener(EdgeContextMenuListener l)
Deprecated. DOCUMENT ME! |
void |
addNodeContextMenuListener(NodeContextMenuListener l)
Deprecated. DOCUMENT ME! |
void |
applyLayout(CyLayoutAlgorithm layout)
Deprecated. Applies the given layout to the entire CyNetworkView |
void |
applyLayout(CyLayoutAlgorithm layout,
CyNode[] nodes,
CyEdge[] edges)
Deprecated. Applies the given layout to only the given Nodes and Edges |
void |
applyLayout(CyLayoutAlgorithm layout,
CyNodeView[] nodes,
CyEdgeView[] edges)
Deprecated. Applies the given layout to only the given NodeViews and EdgeViews |
void |
applyLayout(CyLayoutAlgorithm layout,
int[] nodes,
int[] edges)
Deprecated. Applies the given layout to only the given Nodes and Edges |
void |
applyLockedLayout(CyLayoutAlgorithm layout,
CyNode[] nodes,
CyEdge[] edges)
Deprecated. Applies the given layout to the entire CyNetworkView, but locks the given Nodes and Edges in place |
void |
applyLockedLayout(CyLayoutAlgorithm layout,
CyNodeView[] nodes,
CyEdgeView[] edges)
Deprecated. Applies the given layout to the entire CyNetworkView, but locks the given NodeViews and EdgeViews in place |
void |
applyLockedLayout(CyLayoutAlgorithm layout,
int[] nodes,
int[] edges)
Deprecated. Applies the given layout to the entire CyNetworkView, but locks the given Nodes and Edges in place |
boolean |
applyVizMap(CyEdge edge)
Deprecated. Applies the given edge to the given vizmapper |
boolean |
applyVizMap(CyEdge edge,
VisualStyle style)
Deprecated. Applies the given edge to the given vizmapper |
boolean |
applyVizMap(CyNode node)
Deprecated. Applies the given node to the given vizmapper |
boolean |
applyVizMap(CyNode node,
VisualStyle style)
Deprecated. Applies the given node to the given vizmapper |
boolean |
applyVizMap(EdgeView edge_view)
Deprecated. Applies the given edge to the given vizmapper |
boolean |
applyVizMap(EdgeView edge_view,
VisualStyle style)
Deprecated. Applies the given edge to the given vizmapper |
boolean |
applyVizMap(NodeView node_view)
Deprecated. Applies the given node to the given vizmapper |
boolean |
applyVizMap(NodeView node_view,
VisualStyle style)
Deprecated. Applies the given node to the given vizmapper |
void |
applyVizmapper(VisualStyle style)
Deprecated. |
Object |
getClientData(String data_name)
Deprecated. Get Some client data |
Collection |
getClientDataNames()
Deprecated. Get a list of all currently available ClientData objects |
CyNetwork |
getNetwork()
Deprecated. DOCUMENT ME! |
String |
getTitle()
Deprecated. DOCUMENT ME! |
CyNetworkView |
getView()
Deprecated. DOCUMENT ME! |
boolean |
getVisualMapperEnabled()
Deprecated. DOCUMENT ME! |
VisualStyle |
getVisualStyle()
Deprecated. DOCUMENT ME! |
VisualMappingManager |
getVizMapManager()
Deprecated. DOCUMENT ME! |
VizMapUI |
getVizMapUI()
Deprecated. DOCUMENT ME! |
void |
putClientData(String data_name,
Object data)
Deprecated. Networks can support client data. |
void |
redrawGraph()
Deprecated. DOCUMENT ME! |
void |
redrawGraph(boolean layout,
boolean vizmap)
Deprecated. DOCUMENT ME! |
void |
removeEdgeContextMenuListener(EdgeContextMenuListener l)
Deprecated. DOCUMENT ME! |
void |
removeNodeContextMenuListener(NodeContextMenuListener l)
Deprecated. DOCUMENT ME! |
boolean |
setSelected(CyEdge[] edges)
Deprecated. Sets the Given edges Selected |
boolean |
setSelected(CyNode[] nodes)
Deprecated. Sets the Given nodes Selected |
boolean |
setSelected(EdgeView[] edge_views)
Deprecated. Sets the Given edges Selected |
boolean |
setSelected(NodeView[] node_views)
Deprecated. Sets the Given nodes Selected |
void |
setTitle(String new_title)
Deprecated. DOCUMENT ME! |
void |
setVisualMapperEnabled(boolean state)
Deprecated. DOCUMENT ME! |
void |
setVisualStyle(String VSName)
Deprecated. DOCUMENT ME! |
void |
toggleVisualMapperEnabled()
Deprecated. DOCUMENT ME! |
void |
updateStatusLabel()
Deprecated. Resets the info label status bar text with the current number of nodes, edges, selected nodes, and selected edges. |
Methods inherited from class phoebe.PGraphView |
---|
addContextMethod, addEdgeView, addEdgeView, addGraphViewChangeListener, addNodeView, addNodeView, addNodeView, addToEdgeLayer, addToNodeLayer, disableEdgeSelection, disableNodeSelection, disablePanning, donePrinting, edgeCount, edgeSelected, edgeSelectionEnabled, edgeUnselected, enableEdgeSelection, enableNodeSelection, enablePanning, fitContent, getBackgroundPaint, getBirdsEyeView, getCanvas, getComponent, getContextMethods, getContextMethods, getEdgeHandler, getEdgeLayer, getEdgeSelectionHandler, getEdgeView, getEdgeView, getEdgeViewCount, getEdgeViewsIterator, getEdgeViewsList, getEdgeViewsList, getEdgeViewsList, getHeight, getIdentifier, getNodeLayer, getNodeView, getNodeView, getNodeViewCount, getNodeViewsIterator, getNodeViewsList, getObjectLayer, getRootGraph, getSelectedEdgeIndices, getSelectedEdges, getSelectedNodeIndices, getSelectedNodes, getSelectionHandler, getSquiggleHandler, getWidth, getZoom, hideEdgeView, hideGraphObject, hideGraphObjects, hideNodeView, hideNodeView, nodeCount, nodeSelected, nodeSelectionEnabled, nodeUnselected, openNodeEditor, prepareToPrint, removeEdgeView, removeEdgeView, removeEdgeView, removeGraphViewChangeListener, removeNodeView, removeNodeView, removeNodeView, setBackgroundPaint, setIdentifier, setZoom, showEdgeView, showGraphObject, showGraphObjects, showNodeView, showNodeView, updateView |
Methods inherited from class coltginy.ColtGraphViewModel |
---|
getAllEdgePropertyData, getAllNodePropertyData, getEdgeBooleanProperty, getEdgeDoubleProperty, getEdgeFloatProperty, getEdgeIntProperty, getEdgeObjectProperty, getGraphPerspective, getNodeBooleanProperty, getNodeDoubleProperty, getNodeFloatProperty, getNodeIntProperty, getNodeObjectProperty, setAllEdgePropertyData, setAllNodePropertyData, setEdgeBooleanProperty, setEdgeDoubleProperty, setEdgeFloatProperty, setEdgeIntProperty, setEdgeObjectProperty, setNodeBooleanProperty, setNodeDoubleProperty, setNodeFloatProperty, setNodeIntProperty, setNodeObjectProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhoebeNetworkView(CyNetwork network, String title)
network
- DOCUMENT ME!title
- DOCUMENT ME!Method Detail |
---|
public void setVisualStyle(String VSName)
setVisualStyle
in interface CyNetworkView
VSName
- DOCUMENT ME!public VisualStyle getVisualStyle()
getVisualStyle
in interface CyNetworkView
public CyNetworkView getView()
getView
in interface CyNetworkView
public CyNetwork getNetwork()
getNetwork
in interface CyNetworkView
public String getTitle()
getTitle
in interface CyNetworkView
public void setTitle(String new_title)
setTitle
in interface CyNetworkView
new_title
- DOCUMENT ME!public void redrawGraph(boolean layout, boolean vizmap)
redrawGraph
in interface CyNetworkView
layout
- DOCUMENT ME!vizmap
- DOCUMENT ME!public void redrawGraph()
public void toggleVisualMapperEnabled()
toggleVisualMapperEnabled
in interface CyNetworkView
public void setVisualMapperEnabled(boolean state)
setVisualMapperEnabled
in interface CyNetworkView
state
- DOCUMENT ME!public boolean getVisualMapperEnabled()
getVisualMapperEnabled
in interface CyNetworkView
public VisualMappingManager getVizMapManager()
getVizMapManager
in interface CyNetworkView
public VizMapUI getVizMapUI()
getVizMapUI
in interface CyNetworkView
public void putClientData(String data_name, Object data)
putClientData
in interface CyNetworkView
data_name
- the name of this client datapublic Collection getClientDataNames()
getClientDataNames
in interface CyNetworkView
public Object getClientData(String data_name)
getClientData
in interface CyNetworkView
data_name
- the data to getpublic void updateStatusLabel()
public boolean applyVizMap(CyEdge edge)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(EdgeView edge_view)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(CyEdge edge, VisualStyle style)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(EdgeView edge_view, VisualStyle style)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(CyNode node)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(NodeView node_view)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(CyNode node, VisualStyle style)
applyVizMap
in interface CyNetworkView
public boolean applyVizMap(NodeView node_view, VisualStyle style)
applyVizMap
in interface CyNetworkView
public void applyVizmapper(VisualStyle style)
applyVizmapper
in interface CyNetworkView
style
- the visual stylepublic void applyLayout(CyLayoutAlgorithm layout)
applyLayout
in interface CyNetworkView
public void applyLockedLayout(CyLayoutAlgorithm layout, CyNode[] nodes, CyEdge[] edges)
applyLockedLayout
in interface CyNetworkView
public void applyLayout(CyLayoutAlgorithm layout, CyNode[] nodes, CyEdge[] edges)
applyLayout
in interface CyNetworkView
public void applyLockedLayout(CyLayoutAlgorithm layout, CyNodeView[] nodes, CyEdgeView[] edges)
applyLockedLayout
in interface CyNetworkView
public void applyLayout(CyLayoutAlgorithm layout, CyNodeView[] nodes, CyEdgeView[] edges)
applyLayout
in interface CyNetworkView
public void applyLockedLayout(CyLayoutAlgorithm layout, int[] nodes, int[] edges)
applyLockedLayout
in interface CyNetworkView
public void applyLayout(CyLayoutAlgorithm layout, int[] nodes, int[] edges)
applyLayout
in interface CyNetworkView
public boolean setSelected(CyNode[] nodes)
setSelected
in interface CyNetworkView
public boolean setSelected(NodeView[] node_views)
setSelected
in interface CyNetworkView
public boolean setSelected(CyEdge[] edges)
setSelected
in interface CyNetworkView
public boolean setSelected(EdgeView[] edge_views)
setSelected
in interface CyNetworkView
public void addNodeContextMenuListener(NodeContextMenuListener l)
addNodeContextMenuListener
in interface CyNetworkView
l
- DOCUMENT ME!public void removeNodeContextMenuListener(NodeContextMenuListener l)
removeNodeContextMenuListener
in interface CyNetworkView
l
- DOCUMENT ME!public void addEdgeContextMenuListener(EdgeContextMenuListener l)
addEdgeContextMenuListener
in interface CyNetworkView
l
- DOCUMENT ME!public void removeEdgeContextMenuListener(EdgeContextMenuListener l)
removeEdgeContextMenuListener
in interface CyNetworkView
l
- DOCUMENT ME!
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |