|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Canvas | +--websphinx.util.GraphLayout
Inner classes inherited from class java.awt.Canvas |
java.awt.Canvas.AccessibleAWTCanvas |
Inner classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.AWTTreeLock |
Field Summary | |
(package private) gd.GDAlgorithm |
algorithm
|
(package private) boolean |
automaticLayout
|
(package private) GraphLayoutControlPanel |
controlPanel
|
(package private) boolean |
dirty
|
(package private) RenderedNode |
dragNode
|
(package private) int |
dragOffsetX
|
(package private) int |
dragOffsetY
|
(package private) java.awt.Color |
edgeColor
|
(package private) java.awt.FontMetrics |
fm
|
(package private) graph.Graph |
graph
|
(package private) int |
interval
|
(package private) int |
iterations
|
(package private) java.lang.Thread |
iterator
|
(package private) static int |
MULTIPLIER
The body of the background thread. |
(package private) double |
nodeCharge
|
(package private) java.awt.Color |
nodeColor
|
(package private) java.awt.Graphics |
offg
|
(package private) java.awt.Image |
offscreen
|
(package private) java.awt.Dimension |
offSize
|
(package private) double |
originX
|
(package private) double |
originY
|
(package private) boolean |
quiescent
|
(package private) double |
restLength
|
(package private) boolean |
running
|
(package private) double |
scaleX
|
(package private) double |
scaleY
|
(package private) double |
springConstant
|
(package private) double |
threshold
|
(package private) MultiLineString |
tip
|
(package private) java.awt.Color |
tipColor
|
(package private) int |
tipHeight
|
(package private) java.lang.Object |
tipObject
|
(package private) int |
tipWidth
|
(package private) int |
tipX
|
(package private) int |
tipY
|
Fields inherited from class java.awt.Canvas |
base, nameCounter, serialVersionUID |
Fields inherited from class java.awt.Component |
accessibleContext, actionListenerK, adjustmentListenerK, appContext, background, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, changeSupport, componentListener, componentListenerK, componentOrientation, componentSerializedDataVersion, containerListenerK, cursor, dbg, dropTarget, enabled, eventMask, focusListener, focusListenerK, font, foreground, graphicsConfig, hasFocus, height, hierarchyBoundsListener, hierarchyBoundsListenerK, hierarchyListener, hierarchyListenerK, incRate, inputMethodListener, inputMethodListenerK, isInc, isPacked, itemListenerK, keyListener, keyListenerK, LEFT_ALIGNMENT, locale, LOCK, metrics, minSize, mouseListener, mouseListenerK, mouseMotionListener, mouseMotionListenerK, name, nameExplicitlySet, newEventsOnly, ownedWindowK, parent, peer, peerFont, popups, prefSize, privateKey, RIGHT_ALIGNMENT, textListenerK, TOP_ALIGNMENT, valid, visible, width, windowClosingException, windowListenerK, x, y |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
GraphLayout()
Make a GraphLayout. |
Method Summary | |
void |
addEdge(RenderedEdge edge)
Add an edge. |
void |
addNode(RenderedNode node)
Add a node. |
void |
changedGraph()
Notify background thread that the graph has changed. |
void |
clear()
Erase the graph. |
(package private) void |
click(int x,
int y,
boolean rightClick)
|
(package private) void |
createOffscreenArea(java.awt.Dimension d)
|
(package private) void |
drag(int x,
int y)
|
(package private) void |
drawArrowToBox(java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2,
int wHalfBox,
int hHalfBox,
int head_length,
int head_width,
boolean thick)
|
(package private) void |
drop(int x,
int y)
|
protected void |
finalize()
|
gd.GDAlgorithm |
getAlgorithm()
Get the graph-drawing algorithm in use. |
boolean |
getAutomaticLayout()
Test whether the graph is laid out automatically. |
java.awt.Color |
getEdgeColor()
Get the edge color. |
java.awt.FontMetrics |
getFontMetrics()
|
graph.Graph |
getGraph()
Get the graph. |
int |
getInterval()
Get the refresh interval (measured in seconds). |
int |
getIterations()
Get the layout algorithm iterations per refresh. |
double |
getNodeCharge()
Get the node charge. |
java.awt.Color |
getNodeColor()
Get the node background color. |
boolean |
getQuiescent()
Test whether the graph is quiescent (not changing in the background). |
double |
getRestLength()
Get the default rest length for new edges. |
boolean |
getRunning()
Test whether the graph layout thread is running in the background |
RenderedEdge |
getSelectedEdge()
Get edge currently under the mouse pointer, or null if no edge is under the mouse. |
RenderedNode |
getSelectedNode()
Get node currently under the mouse pointer, or null if no node is under the mouse. |
double |
getSpringConstant()
Get the spring constant. |
double |
getThreshold()
Get the threshold. |
java.awt.Color |
getTipColor()
Get the popup tip color. |
boolean |
handleEvent(java.awt.Event event)
|
boolean |
imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height)
Handle a loaded image. |
(package private) boolean |
inLineSegment(int x,
int y,
int x1,
int y1,
int x2,
int y2,
int threshold)
|
(package private) void |
leave()
|
void |
paint(java.awt.Graphics g)
|
java.lang.Object |
pick(int x,
int y)
Find the object (Node or Edge) at position (x,y) relative to the window. |
void |
placeNodeOnGraph(RenderedNode n,
double x,
double y)
|
void |
placeNodeOnScreen(RenderedNode n,
int x,
int y)
|
(package private) void |
point(int x,
int y)
|
void |
removeEdge(RenderedEdge edge)
Remove an edge. |
void |
removeNode(RenderedNode node)
Remove a node. |
void |
repaint()
Notify background thread that the view has changed. |
(package private) void |
resetAlgorithm()
|
void |
run()
|
private void |
scaleGraph()
|
void |
setAlgorithm(gd.GDAlgorithm algorithm)
Set the graph-drawing algorithm. |
void |
setAutomaticLayout(boolean f)
Set whether the graph is laid out automatically. |
void |
setEdgeColor(java.awt.Color edgeColor)
Set the edge color. |
void |
setFont(java.awt.Font f)
|
void |
setGraph(graph.Graph graph)
Set the graph. |
void |
setInterval(int interval)
Set the refresh interval (in seconds). |
void |
setIterations(int iterations)
Set the layout algorithm iterations per refresh. |
void |
setNodeCharge(double nodeCharge)
Set the node charge. |
void |
setNodeColor(java.awt.Color nodeColor)
Set the node background color. |
void |
setRestLength(double restLength)
Set the default rest length for new edges. |
void |
setSpringConstant(double springConstant)
Set the spring constant. |
void |
setThreshold(double threshold)
Set the threshold. |
void |
setTipColor(java.awt.Color tipColor)
Set the popup tip color. |
void |
showControlPanel()
Show control panel for changing graph layout parameters. |
void |
start()
Start automatic graph layout (in the background). |
void |
stop()
Stop automatic graph layout. |
void |
update(java.awt.Graphics g)
|
Methods inherited from class java.awt.Canvas |
|
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, areInputMethodsEnabled, bounds, checkGD, checkImage, checkImage, checkWindowClosingException, coalesceEvents, contains, contains, createChildHierarchyEvents, createHierarchyEvents, createImage, createImage, deliverEvent, disable, disableEvents, dispatchEvent, dispatchEventImpl, doLayout, enable, enable, enableEvents, enableInputMethods, eventEnabled, firePropertyChange, getAccessibleIndexInParent, getAccessibleStateSet, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getCursor, getDropTarget, getFont_NoClientCode, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getInputContext, getInputMethodRequests, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen_NoTreeLock, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getNativeContainer, getParent_NoClientCode, getParent, getPeer, getPreferredSize, getSize, getSize, getToolkit, getToolkitImpl, getTreeLock, getWidth, getWindowForObject, getX, getY, gotFocus, hasFocus, hide, initIDs, inside, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isEnabledImpl, isFocusTraversable, isLightweight, isOpaque, isRecursivelyVisible, isShowing, isValid, isVisible, keyDown, keyUp, layout, lightweightPaint, lightweightPrint, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, numListening, paintAll, paintHeavyweightComponents, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, printHeavyweightComponents, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, readObject, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, resetGC, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, validate, writeObject |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
Field Detail |
graph.Graph graph
double restLength
double springConstant
double nodeCharge
gd.GDAlgorithm algorithm
boolean running
boolean automaticLayout
double threshold
boolean quiescent
boolean dirty
int interval
int iterations
java.awt.Color nodeColor
java.awt.Color edgeColor
java.awt.Color tipColor
java.lang.Object tipObject
MultiLineString tip
int tipX
int tipY
int tipWidth
int tipHeight
GraphLayoutControlPanel controlPanel
java.lang.Thread iterator
static final int MULTIPLIER
double originX
double originY
double scaleX
double scaleY
java.awt.Image offscreen
java.awt.Dimension offSize
java.awt.Graphics offg
java.awt.FontMetrics fm
RenderedNode dragNode
int dragOffsetX
int dragOffsetY
Constructor Detail |
public GraphLayout()
Method Detail |
public void clear()
public graph.Graph getGraph()
public void setGraph(graph.Graph graph)
public gd.GDAlgorithm getAlgorithm()
public void setAlgorithm(gd.GDAlgorithm algorithm)
void resetAlgorithm()
public double getRestLength()
public void setRestLength(double restLength)
public double getSpringConstant()
public void setSpringConstant(double springConstant)
public double getNodeCharge()
public void setNodeCharge(double nodeCharge)
public int getInterval()
public void setInterval(int interval)
public int getIterations()
public void setIterations(int iterations)
public boolean getAutomaticLayout()
public void setAutomaticLayout(boolean f)
public boolean getQuiescent()
public boolean getRunning()
public double getThreshold()
public void setThreshold(double threshold)
public java.awt.Color getNodeColor()
public void setNodeColor(java.awt.Color nodeColor)
public java.awt.Color getEdgeColor()
public void setEdgeColor(java.awt.Color edgeColor)
public java.awt.Color getTipColor()
public void setTipColor(java.awt.Color tipColor)
public RenderedNode getSelectedNode()
public RenderedEdge getSelectedEdge()
public void addNode(RenderedNode node)
public void addEdge(RenderedEdge edge)
public void removeNode(RenderedNode node)
public void removeEdge(RenderedEdge edge)
public boolean imageUpdate(java.awt.Image img, int infoflags, int x, int y, int width, int height)
imageUpdate
in interface java.awt.image.ImageObserver
imageUpdate
in class java.awt.Component
public void start()
public void stop()
public void run()
run
in interface java.lang.Runnable
public void changedGraph()
public void repaint()
repaint
in class java.awt.Component
public void showControlPanel()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
private void scaleGraph()
public void placeNodeOnScreen(RenderedNode n, int x, int y)
public void placeNodeOnGraph(RenderedNode n, double x, double y)
public void update(java.awt.Graphics g)
update
in class java.awt.Component
void createOffscreenArea(java.awt.Dimension d)
public void paint(java.awt.Graphics g)
paint
in class java.awt.Canvas
void drawArrowToBox(java.awt.Graphics g, int x1, int y1, int x2, int y2, int wHalfBox, int hHalfBox, int head_length, int head_width, boolean thick)
public java.awt.FontMetrics getFontMetrics()
public void setFont(java.awt.Font f)
setFont
in class java.awt.Component
void point(int x, int y)
void leave()
void click(int x, int y, boolean rightClick)
void drag(int x, int y)
void drop(int x, int y)
public boolean handleEvent(java.awt.Event event)
handleEvent
in class java.awt.Component
public java.lang.Object pick(int x, int y)
x
- X positiony
- Y positionboolean inLineSegment(int x, int y, int x1, int y1, int x2, int y2, int threshold)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |