Module video
Package de.grogra.video.test
package de.grogra.video.test
All test implementations of interfaces of this plugin are located in this
test package. The classes
HeapMonitor
and TimeStopper
, which
are used for benchmarks, belong to this package as well.- Author:
- Dominick Leppich
-
ClassDescriptionThe
HeapMonitor
can be used to measure the heap usage of the java application.Enumeration of available output formats of theHeapMonitor
.Simple test connector class, which loads images from disk instead of rendering them.This test implementation of the abstractVideoExporter
class just prints the filenames of all images in theImageSequence
to export.TheTimeStopper
can be used to measure time.Enumeration of available output formats of theTimeStopper
.This test class creates aVideoPanel
with aTestConnector
and showing the panel in a swingJFrame
using theTestFrame
.