EPICS ArchiveViewer
Creating a plot plugin
To develop a plot plugin, you must extend the
epics.archiveviewer.PlotPlugin class.
After you build your plugin, you have to register it with the ArchiveViewer base library. Currently it works through source code only.
Please, open the file epics.archiveviewer.base.AVBaseConstants.java and add the the full name (i.e. incl. package name) of your PlotPlugin class to the constant AVAILABLE_PLOT_PLUGIN_CLASS_NAMES.
Don't forget to rebuild ArchiveViewer.