|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
edu.uci.ics.jung.visualization.VisualizationViewer
org.ujmp.jung.JungGraphPanel
org.ujmp.jung.MatrixGraphPanel
public class MatrixGraphPanel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ujmp.jung.JungGraphPanel |
---|
JungGraphPanel.Data, JungGraphPanel.GraphLayout |
Nested classes/interfaces inherited from class edu.uci.ics.jung.visualization.VisualizationViewer |
---|
edu.uci.ics.jung.visualization.VisualizationViewer.GraphMouse, edu.uci.ics.jung.visualization.VisualizationViewer.GraphMouseImpl, edu.uci.ics.jung.visualization.VisualizationViewer.Paintable, edu.uci.ics.jung.visualization.VisualizationViewer.ToolTipListener, edu.uci.ics.jung.visualization.VisualizationViewer.ToolTipListenerWrapper, edu.uci.ics.jung.visualization.VisualizationViewer.VisualizationListener |
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class org.ujmp.jung.JungGraphPanel |
---|
graph, logger |
Fields inherited from class edu.uci.ics.jung.visualization.VisualizationViewer |
---|
changeSupport, doubleBuffered, graphMouse, layoutTransformer, locationMap, model, offscreen, offscreenG2d, pickedState, pickEventListener, pickSupport, postRenderers, preRenderers, renderer, renderingHints, toolTipFunction, viewTransformer |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
MatrixGraphPanel()
|
|
MatrixGraphPanel(Matrix matrix)
|
|
MatrixGraphPanel(MatrixGUIObject matrix)
|
Method Summary | |
---|---|
MatrixGUIObject |
getMatrix()
|
void |
setMatrix(MatrixGUIObject matrix)
|
Methods inherited from class org.ujmp.jung.JungGraphPanel |
---|
componentHidden, componentMoved, componentResized, componentShown, edgeAdded, edgeRemoved, exportToJPEG, exportToPDF, exportToPNG, isShowEdgeLabels, isShowEdges, isShowVertexLabels, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, paintComponent, renderGraph, repaintUI, setGraph, setShowEdgeLabels, setShowEdges, setShowVertexLabels, switchLayout, vertexAdded, vertexRemoved |
Methods inherited from class edu.uci.ics.jung.visualization.VisualizationViewer |
---|
addChangeListener, addGraphMouseListener, addPostRenderPaintable, addPreRenderPaintable, average, checkOffscreenImage, fireStateChanged, getCenter, getChangeListeners, getGraphLayout, getGraphMouse, getLayoutTransformer, getModel, getOffsetX, getOffsetY, getPickedState, getPickSupport, getRenderer, getRenderingHints, getScaleX, getScaleY, getToolTipText, getTranslateX, getTranslateY, getViewTransformer, init, initMouseClicker, inverseLayoutTransform, inverseTransform, inverseViewTransform, isDoubleBuffered, isPicked, isPicked, isVisRunnerRunning, layoutTransform, pick, prerelax, removeChangeListener, removePostRenderPaintable, removePreRenderPaintable, restart, scale, scale, scaleToLayout, setDoubleBuffered, setGraphLayout, setGraphLayout, setGraphMouse, setLayoutTransformer, setModel, setOffset, setPickedState, setPickSupport, setRenderer, setRenderingHints, setScale, setScale, setTextCallback, setToolTipFunction, setToolTipListener, setTranslate, setViewTransformer, setVisible, start, stateChanged, stop, suspend, transform, translate, unsuspend, viewTransform |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MatrixGraphPanel(Matrix matrix) throws MatrixException
MatrixException
public MatrixGraphPanel(MatrixGUIObject matrix) throws MatrixException
MatrixException
public MatrixGraphPanel()
Method Detail |
---|
public void setMatrix(MatrixGUIObject matrix) throws MatrixException
MatrixException
public MatrixGUIObject getMatrix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |