|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kwebs.client.layout.RemoteGraphLayoutEngine
public class RemoteGraphLayoutEngine
This class is used to calculate the layout of a graph using a remote layout service.
Constructor Summary | |
---|---|
RemoteGraphLayoutEngine()
Creates a layout engine for remote layout. |
Method Summary | |
---|---|
protected void |
finalize()
|
boolean |
isActive()
Determine whether the layout engine is active. |
void |
layout(KNode layoutGraph,
IKielerProgressMonitor progressMonitor)
Performs remote layout on the given layout graph. |
void |
propertyChange(PropertyChangeEvent event)
Listen to preference changes and update service client on change of service address. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGraphLayoutEngine()
Method Detail |
---|
protected final void finalize() throws Throwable
finalize
in class Object
Throwable
public final void layout(KNode layoutGraph, IKielerProgressMonitor progressMonitor)
layout
in interface IGraphLayoutEngine
layoutGraph
- instance of a layout graphprogressMonitor
- monitor to which progress of the layout algorithms is reportedpublic final void propertyChange(PropertyChangeEvent event)
propertyChange
in interface IPropertyChangeListener
event
- the property change eventpublic boolean isActive()
isActive
in interface IGraphLayoutEngine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |