Class ActivationLayout
java.lang.Object
org.graphstream.stream.SourceBase
org.graphstream.ui.layout.springbox.BarnesHutLayout
org.graphstream.ui.layout.springbox.implementations.SpringBox
network.aika.debugger.AbstractLayout<ActivationGraphManager>
network.aika.debugger.activations.ActivationLayout
- All Implemented Interfaces:
org.graphstream.stream.AttributeSink,org.graphstream.stream.ElementSink,org.graphstream.stream.Pipe,org.graphstream.stream.Sink,org.graphstream.stream.Source,org.graphstream.ui.layout.Layout,org.miv.pherd.ParticleBoxListener
- Author:
- Lukas Molzberger
-
Nested Class Summary
Nested classes/interfaces inherited from class org.graphstream.stream.SourceBase
org.graphstream.stream.SourceBase.ElementType -
Field Summary
Fields inherited from class network.aika.debugger.AbstractLayout
graphManager, k, K1Final, K1Init, STANDARD_DISTANCE_X, STANDARD_DISTANCE_YFields inherited from class org.graphstream.ui.layout.springbox.implementations.SpringBox
K1, K2Fields inherited from class org.graphstream.ui.layout.springbox.BarnesHutLayout
area, avgLength, center, edges, energies, force, gravity, hi, is3D, lastElementCount, lastStepTime, lo, maxMoveLength, nodeMoveCount, nodes, nodesPerCell, outputNodeStats, outputStats, quality, random, sendMoveEventsEvery, sendNodeInfos, sinkTime, stabilizationLimit, statsOut, theta, time, viewZoneFields inherited from class org.graphstream.stream.SourceBase
attrSinks, eltsSinks, eventProcessing, eventQueue, sourceId, sourceTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.graphstream.ui.layout.springbox.NodeParticleMethods inherited from class network.aika.debugger.AbstractLayout
chooseNodePosition, getGraphManager, getLayoutAlgorithmName, particleMovedMethods inherited from class org.graphstream.ui.layout.springbox.implementations.SpringBox
setQualityMethods inherited from class org.graphstream.ui.layout.springbox.BarnesHutLayout
addEdge, addEdgeBreakPoint, addNode, clear, compute, computeArea, edgeAdded, edgeAttributeAdded, edgeAttributeChanged, edgeAttributeChanged_, edgeAttributeRemoved, edgeRemoved, freezeNode, getBarnesHutTheta, getCenterPoint, getEnergies, getForce, getGravityFactor, getHiPoint, getLastStepTime, getLowPoint, getNodeMovedCount, getQuality, getRandom, getSpatialIndex, getStabilization, getStabilizationLimit, getSteps, getViewZone, graphAttributeAdded, graphAttributeChanged, graphAttributeChanged_, graphAttributeRemoved, graphCleared, ignoreEdge, is3D, moveNode, nodeAdded, nodeAttributeAdded, nodeAttributeChanged, nodeAttributeChanged_, nodeAttributeRemoved, nodeRemoved, particleAdded, particleAdded, particleAttributeChanged, particleMarked, particleRemoved, printStats, randomXInsideBounds, randomYInsideBounds, randomZInsideBounds, removeEdge, removeNode, setBarnesHutTheta, setEdgeWeight, setForce, setGravityFactor, setNodeWeight, setSendNodeInfos, setStabilizationLimit, shake, stepBegins, stepFinishedMethods inherited from class org.graphstream.stream.SourceBase
addAttributeSink, addElementSink, addSink, attributeSinks, clearAttributeSinks, clearElementSinks, clearSinks, elementSinks, manageEvents, removeAttributeSink, removeElementSink, removeSink, sendAttributeChangedEvent, sendAttributeChangedEvent, sendEdgeAdded, sendEdgeAdded, sendEdgeAttributeAdded, sendEdgeAttributeAdded, sendEdgeAttributeChanged, sendEdgeAttributeChanged, sendEdgeAttributeRemoved, sendEdgeAttributeRemoved, sendEdgeRemoved, sendEdgeRemoved, sendGraphAttributeAdded, sendGraphAttributeAdded, sendGraphAttributeChanged, sendGraphAttributeChanged, sendGraphAttributeRemoved, sendGraphAttributeRemoved, sendGraphCleared, sendGraphCleared, sendNodeAdded, sendNodeAdded, sendNodeAttributeAdded, sendNodeAttributeAdded, sendNodeAttributeChanged, sendNodeAttributeChanged, sendNodeAttributeRemoved, sendNodeAttributeRemoved, sendNodeRemoved, sendNodeRemoved, sendStepBegins, sendStepBeginsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graphstream.stream.Source
addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSink
-
Constructor Details
-
ActivationLayout
-
-
Method Details
-
newNodeParticle
- Overrides:
newNodeParticlein classorg.graphstream.ui.layout.springbox.implementations.SpringBox
-