| |
---|
| | private static final long serialVersionUID = -6828987937804142956L; |
---|
| | |
---|
| | // Test code (will be deleted) |
---|
| | private static final String TAG = MagnetRONViewer.class.getSimpleName(); |
---|
| | |
---|
| | protected static Dimension DEFAULT_COMPONENT_SIZE = new Dimension(1300, 700); |
---|
| | |
---|
| | protected static Dimension DEFAULT_OBJECT_VERTEX_SIZE = new Dimension(70, 70); |
---|
| | protected static Dimension DEFAULT_METHOD_EXECUTION_VERTEX_SIZE = new Dimension(55, 20); |
---|
| | |
---|
| | protected static long DEFAULT_THREAD_SLEEP_MILLIS = 1100L; |
---|
| | protected static long POSTPONE_ANIMATION_MILLIS = 250L; |
---|
| | |
---|
| | protected static final Dimension DEFAULT_COMPONENT_SIZE = new Dimension(1300, 700); |
---|
| | |
---|
| | protected static final Dimension DEFAULT_OBJECT_VERTEX_SIZE = new Dimension(70, 70); |
---|
| | protected static final Dimension DEFAULT_METHOD_EXECUTION_VERTEX_SIZE = new Dimension(55, 20); |
---|
| | |
---|
| | protected IAliasCollector aliasCollector; |
---|
| | |
---|
| | protected Map<String, ObjectVertex> objectToVertexMap = new HashMap<>(); |
---|
| | protected Map<MethodExecution, MethodExecutionVertex> methodExecToVertexMap = new LinkedHashMap<>(); |
---|
| | protected Map<String, Edge> edgeMap = new HashMap<>(); |
---|
| | |
---|
| | |
---|
| | protected mxGraphComponent mxgraphComponent; |
---|
| | protected DeltaGraphAdapter mxgraph; |
---|
| | protected mxICell mxDefaultParent; |
---|
| | |
---|
| | protected int curFrame = 0; |
---|
| | |
---|
| | protected double animationSpeed = DEFAULT_ANIMATION_SPEED; |
---|
| | protected static final double DEFAULT_ANIMATION_SPEED = 1.0; |
---|
| | |
---|
| | protected ThreadPoolExecutor threadPoolExecutor; |
---|
| | protected int curFrame = 0; |
---|
| | protected long animationDelayMillis = DEFAULT_ANIMATION_DELAY_MILLIS; |
---|
| | protected static final long DEFAULT_ANIMATION_DELAY_MILLIS = 250L; |
---|
| | protected int magnetRONAnimationTotalCycleCount = DEFAULT_MAGNETRON_ANIMATION_TOTAL_CYCLE_COUNT; |
---|
| | protected static final int DEFAULT_MAGNETRON_ANIMATION_TOTAL_CYCLE_COUNT = 10; |
---|
| | protected long magnetRONAnimationDelayMillis = DEFAULT_MAGNETRON_ANIMATION_DELAY_MILLIS; |
---|
| | protected static final long DEFAULT_MAGNETRON_ANIMATION_DELAY_MILLIS = 100L; |
---|
| | |
---|
| | private boolean fAutoTracking = false; |
---|
| | |
---|
| | public MagnetRONViewer() { |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation objVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellAnim.setTotalCycleCount(10); |
---|
| | objVxCellAnim.setDelay(100); |
---|
| | objVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellAnim.init(objVxCell, objVx.getInitialX(), objVx.getInitialY(), threadPoolExecutor); |
---|
| | objVxCellAnim.syncPlay(); |
---|
| | } |
---|
| | |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation objVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellAnim.setTotalCycleCount(10); |
---|
| | objVxCellAnim.setDelay(100); |
---|
| | objVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellAnim.init(objVxCell, objVx.getInitialX(), objVx.getInitialY(), threadPoolExecutor); |
---|
| | objVxCellAnim.syncPlay(); |
---|
| | } |
---|
| | |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation dstObjVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | dstObjVxCellAnim.setTotalCycleCount(10); |
---|
| | dstObjVxCellAnim.setDelay(100); |
---|
| | dstObjVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | dstObjVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | dstObjVxCellAnim.init(dstObjVxCell, dstObjVx.getInitialX(), dstObjVx.getInitialY(), threadPoolExecutor); |
---|
| | dstObjVxCellAnim.syncPlay(); |
---|
| | |
---|
| | // If the animation didn't work to the end. |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation dstObjVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | dstObjVxCellAnim.setTotalCycleCount(10); |
---|
| | dstObjVxCellAnim.setDelay(100); |
---|
| | dstObjVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | dstObjVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | dstObjVxCellAnim.init(dstObjVxCell, dstObjVx.getInitialX(), dstObjVx.getInitialY(), threadPoolExecutor); |
---|
| | dstObjVxCellAnim.syncPlay(); |
---|
| | |
---|
| | // If the animation didn't work to the end. |
---|
| |
---|
| | ObjectVertex srcObjVx = objectToVertexMap.get(objId); |
---|
| | MethodExecution methodExec = alias.getMethodExecution(); |
---|
| | if (!methodExecToVertexMap.containsKey(methodExec) && methodExec.isStatic()) { |
---|
| | createMethodExecutionVertex(objId, methodExec.getSignature(), methodExec); |
---|
| | sleepMainThread(POSTPONE_ANIMATION_MILLIS); |
---|
| | sleepMainThread(getAnimationDelayMillis()); |
---|
| | } |
---|
| | // destination ObjectVertex |
---|
| | MethodExecutionVertex dstMethodExecVx = methodExecToVertexMap.get(methodExec); |
---|
| | moveObjectVertex(alias, srcObjVx, dstMethodExecVx); |
---|
| |
---|
| | double srcObjVxCellDstX = dstMethodExecVxCell.getGeometry().getX() - (srcObjVxCellWid / Math.sqrt(2.5)) + (srcObjVxCellWid * dstMethodExecVxLocalsSize); |
---|
| | double srcObjVxCellDstY = dstMethodExecVxCell.getGeometry().getY() + dstMethodExecVxCellHt; |
---|
| | |
---|
| | MagnetRONAnimation srcObjVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(10); |
---|
| | srcObjVxCellAnim.setDelay(100); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | srcObjVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | srcObjVxCellAnim.init(srcObjVxCell, srcObjVxCellDstX, srcObjVxCellDstY, threadPoolExecutor); |
---|
| | srcObjVxCellAnim.syncPlay(); |
---|
| | |
---|
| | // If the animation didn't work to the end. |
---|
| |
---|
| | new Point2D.Double(dstMethodExecVxCell.getGeometry().getX() - overlapWid, |
---|
| | dstMethodExecVxCell.getGeometry().getY() - overlapHt + (srcObjVxCellHt * dstMethodExecVxArgumentsSize)); |
---|
| | |
---|
| | MagnetRONAnimation srcObjVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(10); |
---|
| | srcObjVxCellAnim.setDelay(100); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | srcObjVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | srcObjVxCellAnim.init(srcObjVxCell, srcObjVxCellDstPt.getX(), srcObjVxCellDstPt.getY(), threadPoolExecutor); |
---|
| | sleepMainThread(POSTPONE_ANIMATION_MILLIS); |
---|
| | sleepMainThread(getAnimationDelayMillis()); |
---|
| | srcObjVxCellAnim.syncPlay(); |
---|
| | |
---|
| | // If the animation didn't work to the end. |
---|
| | // Add a vertex to the graph in a transactional fashion. The vertex is actually a 'cell' in jgraphx terminology. |
---|
| |
---|
| | double srcObjVxCellDstX = dstMethodExecVxCell.getGeometry().getX() - overlapWid + (srcObjVxCellWid * dstMethodExecVxArgumentsSize); |
---|
| | double srcObjVxCellDstY = dstMethodExecVxCell.getGeometry().getY() - overlapHt + (srcObjVxCellHt * dstMethodExecVxArgumentsSize); |
---|
| | |
---|
| | MagnetRONAnimation srcObjVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(10); |
---|
| | srcObjVxCellAnim.setDelay(100); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | srcObjVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | srcObjVxCellAnim.init(srcObjVxCell, srcObjVxCellDstX, srcObjVxCellDstY, threadPoolExecutor); |
---|
| | srcObjVxCellAnim.syncPlay(); |
---|
| | |
---|
| | // If the animation didn't work to the end. |
---|
| |
---|
| | Point2D srcObjVxCellDstPt = new Point2D.Double(dstMethodExecVxCell.getGeometry().getX() - (srcObjVxCellWid / Math.sqrt(3)) + (srcObjVxCellWid * dstMethodExecVxLocalsSize), |
---|
| | dstMethodExecVxCell.getGeometry().getY() + dstMethodExecVxCellHt); |
---|
| | |
---|
| | MagnetRONAnimation srcObjVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(10); |
---|
| | srcObjVxCellAnim.setDelay(100); |
---|
| | srcObjVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | srcObjVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | srcObjVxCellAnim.init(srcObjVxCell, srcObjVxCellDstPt.getX(), srcObjVxCellDstPt.getY(), threadPoolExecutor); |
---|
| | srcObjVxCellAnim.syncPlay(); |
---|
| | |
---|
| | // If the animation didn't work to the end. |
---|
| |
---|
| | dstPt.setLocation(dstPt.getX() - (dstDim.getWidth() - curDim.getWidth()) / 2, dstPt.getY() - (dstDim.getHeight() - curDim.getHeight()) / 2); |
---|
| | // Test code (will be deleted) |
---|
| | System.out.println(TAG + ": Translate " + objVxCell.getId() + ". Current point=" + objVxCell.getGeometry().getPoint() + ", Destination Point=" + dstPt); |
---|
| | MagnetRONAnimation objVxCellTransAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellTransAnim.setTotalCycleCount(10); |
---|
| | objVxCellTransAnim.setDelay(100); |
---|
| | objVxCellTransAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellTransAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellTransAnim.init(objVxCell, dstPt.getX(), dstPt.getY(), threadPoolExecutor); |
---|
| | objVxCellTransAnim.play(); |
---|
| | MagnetRONAnimation objVxCellResizeAnim = new VertexResizeAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellResizeAnim.setTotalCycleCount(10); |
---|
| | objVxCellResizeAnim.setDelay(100); |
---|
| | objVxCellResizeAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellResizeAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellResizeAnim.init(objVxCell, dstDim.getWidth(), dstDim.getHeight(), threadPoolExecutor); |
---|
| | objVxCellResizeAnim.play(); |
---|
| | for (int i = 0; i < objVxCell.getChildCount(); i++) { |
---|
| | mxICell objVxCellChild = objVxCell.getChildAt(i); |
---|
| |
---|
| | childCellCurY + (dstDim.getHeight() - curDim.getHeight()) / 2); |
---|
| | // Test code (will be deleted) |
---|
| | System.out.println(TAG + ": Translate " + objVxCellChild.getId() + " of " + objVxCell.getId() + ". Current point=" + objVxCellChild.getGeometry().getPoint() + ", Destination Point=" + childDstPt); |
---|
| | MagnetRONAnimation childCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | childCellAnim.setTotalCycleCount(10); |
---|
| | childCellAnim.setDelay(100); |
---|
| | childCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | childCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | childCellAnim.init(objVxCellChild, childDstPt.getX(), childDstPt.getY(), threadPoolExecutor); |
---|
| | childCellAnim.play(); |
---|
| | } |
---|
| | MagnetRONAnimation.waitAnimationEnd(); |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation objVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellAnim.setTotalCycleCount(10); |
---|
| | objVxCellAnim.setDelay(100); |
---|
| | objVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellAnim.init(objVxcell, objVx.getInitialX(), objVx.getInitialY(), threadPoolExecutor); |
---|
| | objVxCellAnim.play(); |
---|
| | methodExecToVertexMap.get(calledMethodExec).getArguments().remove(objVx); |
---|
| | } |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation objVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellAnim.setTotalCycleCount(10); |
---|
| | objVxCellAnim.setDelay(100); |
---|
| | objVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellAnim.init(objVxCell, objVx.getInitialX(), objVx.getInitialY(), threadPoolExecutor); |
---|
| | objVxCellAnim.play(); |
---|
| | } |
---|
| | } |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation objVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellAnim.setTotalCycleCount(10); |
---|
| | objVxCellAnim.setDelay(100); |
---|
| | objVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellAnim.init(objVxCell, objVx.getInitialX(), objVx.getInitialY(), threadPoolExecutor); |
---|
| | objVxCellAnim.syncPlay(); |
---|
| | } |
---|
| | methodExecToVertexMap.get(calledMethodExecution).getArguments().remove(objVx); |
---|
| |
---|
| | mxgraph.getModel().endUpdate(); |
---|
| | } |
---|
| | } |
---|
| | MagnetRONAnimation objVxCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | objVxCellAnim.setTotalCycleCount(10); |
---|
| | objVxCellAnim.setDelay(100); |
---|
| | objVxCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | objVxCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | objVxCellAnim.init(objVxCell, objVx.getInitialX(), objVx.getInitialY(), threadPoolExecutor); |
---|
| | objVxCellAnim.syncPlay(); |
---|
| | } |
---|
| | methodExecToVertexMap.get(calledMethodExecution).getLocals().remove(objVx); |
---|
| |
---|
| | } |
---|
| | |
---|
| | // Animate an edge to shrink. |
---|
| | MagnetRONAnimation edgeCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | edgeCellAnim.setTotalCycleCount(10); |
---|
| | edgeCellAnim.setDelay(100); |
---|
| | edgeCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | edgeCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | edgeCellAnim.init(cloneDstMethodExecVxCell[0], srcMethodExecVxCellAbsPt.getX(), srcMethodExecVxCellAbsPt.getY() + srcMethodExecVxCell.getGeometry().getHeight(), threadPoolExecutor); |
---|
| | edgeCellAnim.setOnFinished(new ActionListener() { |
---|
| | @Override |
---|
| | public void actionPerformed(java.awt.event.ActionEvent e) { |
---|
| |
---|
| | edgeMap.remove(methodExecution.getSignature()); |
---|
| | } catch (CloneNotSupportedException e) { |
---|
| | e.printStackTrace(); |
---|
| | } |
---|
| | sleepMainThread(POSTPONE_ANIMATION_MILLIS); |
---|
| | } |
---|
| | } |
---|
| | sleepMainThread(getAnimationDelayMillis()); |
---|
| | } |
---|
| | } |
---|
| | |
---|
| | /** |
---|
| | * Create an edge between {@code MethodExecutions} while animating the edge to stretch. |
---|
| | */ |
---|
| |
---|
| | } |
---|
| | |
---|
| | // Animate an edge to stretch. |
---|
| | MagnetRONAnimation edgeCellAnim = new TranslateAnimation(mxgraph, getGraphComponent()); |
---|
| | edgeCellAnim.setTotalCycleCount(10); |
---|
| | edgeCellAnim.setDelay(100); |
---|
| | edgeCellAnim.setTotalCycleCount(getMagnetRONAnimationTotalCycleCount()); |
---|
| | edgeCellAnim.setDelay(getMagnetRONAnimationDelayMillis()); |
---|
| | edgeCellAnim.init(cloneDstMethodExecVxCell[0], dstMethodExecVxCellAbsPt.getX(), dstMethodExecVxCellAbsPt.getY(), threadPoolExecutor); |
---|
| | edgeCellAnim.setOnFinished(new ActionListener() { |
---|
| | @Override |
---|
| | public void actionPerformed(java.awt.event.ActionEvent e) { |
---|
| |
---|
| | } |
---|
| | |
---|
| | protected void setCurrentFrame(int numberFrame) { |
---|
| | this.curFrame = numberFrame; |
---|
| | } |
---|
| | |
---|
| | public void setAnimationSpeed(double animationSpeed) { |
---|
| | this.animationSpeed = animationSpeed; |
---|
| | } |
---|
| | |
---|
| | public double getAnimationSpeed() { |
---|
| | return animationSpeed; |
---|
| | } |
---|
| | |
---|
| | protected long getAnimationDelayMillis() { |
---|
| | return (long) (animationDelayMillis / getAnimationSpeed()); |
---|
| | } |
---|
| | |
---|
| | protected int getMagnetRONAnimationTotalCycleCount() { |
---|
| | return (int) (magnetRONAnimationTotalCycleCount / getAnimationSpeed()); |
---|
| | } |
---|
| | |
---|
| | protected long getMagnetRONAnimationDelayMillis() { |
---|
| | return (long) (magnetRONAnimationDelayMillis / getAnimationSpeed()); |
---|
| | } |
---|
| | |
---|
| | protected static String[] formatFieldName(String fieldName) { |
---|
| | String fieldNames[] = fieldName.split("\\."); |
---|
| |
---|
| | |
#67 Implemented the feature to fast forward animation based on MagnetRONViewer#animationSpeed.
Added FastForwardingAnimationAction class.
I've reviewed the animations.
eb89f08
intomaster
fromfast_forwarding
on 20 Sep 2021