Uses of Class
adams.gui.visualization.video.vlcjplayer.VLCjDirectRenderPanel
-
Packages that use VLCjDirectRenderPanel Package Description adams.gui.visualization.annotator -
-
Uses of VLCjDirectRenderPanel in adams.gui.visualization.annotator
Fields in adams.gui.visualization.annotator declared as VLCjDirectRenderPanel Modifier and Type Field Description protected VLCjDirectRenderPanel
AnnotationPanel. m_VideoPlayer
The video player we're annotating forprotected VLCjDirectRenderPanel
AnnotatorPanel. m_VideoPlayer
a video player panelMethods in adams.gui.visualization.annotator with parameters of type VLCjDirectRenderPanel Modifier and Type Method Description void
AnnotationPanel. configureAnnotationPanel(Binding binding, VLCjDirectRenderPanel videoPlayer)
Constructs a AnnotationPanelConstructors in adams.gui.visualization.annotator with parameters of type VLCjDirectRenderPanel Constructor Description Ticker(VLCjDirectRenderPanel videoPlayer)
Constructer for the ticker class.
-