public class VideoLegendExporter extends java.lang.Object implements MRAExporter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
legendWidth |
protected java.text.SimpleDateFormat |
sdf |
| Constructor and Description |
|---|
VideoLegendExporter(IMraLogGroup source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeApplied(IMraLogGroup source)
This method must return true for the implementing Exporter to be added to MRA
|
protected void |
drawLegend(SystemPositionAndAttitude state,
java.awt.Graphics2D g) |
protected int |
getLegendWidth(java.util.Vector<java.lang.String> strs,
java.awt.Graphics2D g) |
java.lang.String |
process(IMraLogGroup source,
javax.swing.ProgressMonitor pmonitor)
Process method to be called on Exporter selection
|
protected java.text.SimpleDateFormat sdf
protected java.lang.Integer legendWidth
public VideoLegendExporter(IMraLogGroup source)
public boolean canBeApplied(IMraLogGroup source)
MRAExportercanBeApplied in interface MRAExporterpublic java.lang.String process(IMraLogGroup source, javax.swing.ProgressMonitor pmonitor)
MRAExporterprocess in interface MRAExportersource - TODOpmonitor - TODOprotected void drawLegend(SystemPositionAndAttitude state, java.awt.Graphics2D g)
protected int getLegendWidth(java.util.Vector<java.lang.String> strs,
java.awt.Graphics2D g)
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.