Uses of Interface
org.processmining.plugins.inductiveVisualMiner.animation.renderingthread.opengleventlistener.OpenGLEventListener
-
-
Uses of OpenGLEventListener in org.processmining.plugins.inductiveVisualMiner.animation.renderingthread
Constructors in org.processmining.plugins.inductiveVisualMiner.animation.renderingthread with parameters of type OpenGLEventListener Constructor Description RendererImplOpenGL(OpenGLEventListener eventListener) -
Uses of OpenGLEventListener in org.processmining.plugins.inductiveVisualMiner.animation.renderingthread.opengleventlistener
Classes in org.processmining.plugins.inductiveVisualMiner.animation.renderingthread.opengleventlistener that implement OpenGLEventListener Modifier and Type Class Description classOpenGLEventListenerImplBasicclassOpenGLEventListenerImplInstanceArrayOfTokensThis class computes the location of all tokens on the cpu, makes an instance array of coordinates and sends these to the gpu.classOpenGLEventListenerImplInstancedFullyThis class computes the location of all tokens on the gpu, but sends all bezier curves again for every token.
-