public class AvclTelemetryChartSet extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
AvclTelemetryChartSet.AvclHandler
inner class that handles the SAX parsing of the XML file.
|
Modifier and Type | Field and Description |
---|---|
protected static String |
CHART_BODY_THRUSTERS_TITLE
enumeration value
|
protected static String |
CHART_BODY_THRUSTERS_USV_TITLE
enumeration value
|
protected static String |
CHART_LATERAL_THRUSTERS_AND_COURSE_TITLE
enumeration value
|
protected static String |
CHART_ORIENTATIONS_TITLE
enumeration value
|
protected static String |
CHART_PLANES_TITLE
enumeration value
|
protected static String |
CHART_PQR_TITLE
enumeration value
|
protected static String |
CHART_PROPELLERS_TITLE
enumeration value
|
protected static String |
CHART_REMAINING_BATTERY_POWER_TITLE
enumeration value
|
protected static String |
CHART_RUDDER_TITLE
enumeration value
|
protected static String |
CHART_UVW_TITLE
enumeration value
|
protected static String |
CHART_VERTICAL_THRUSTERS_AND_DEPTH_TITLE
enumeration value
|
protected static String |
CHART_XY_TITLE
enumeration value
|
protected static String |
CHART_XYZ_TITLE
enumeration value
|
protected static String |
CHART_Z_TITLE
enumeration value
|
protected static String |
CHART_Z_TITLE_UAV
enumeration value
|
protected static String |
CHART_Z_TITLE_UUV
enumeration value
|
Modifier | Constructor and Description |
---|---|
protected |
AvclTelemetryChartSet(String avclFileName)
Build and plot time-series values from an AVCL telemetry file.
|
protected static final String CHART_XY_TITLE
protected static final String CHART_XYZ_TITLE
protected static final String CHART_Z_TITLE
protected static final String CHART_Z_TITLE_UAV
protected static final String CHART_Z_TITLE_UUV
protected static final String CHART_ORIENTATIONS_TITLE
protected static final String CHART_UVW_TITLE
protected static final String CHART_PQR_TITLE
protected static final String CHART_RUDDER_TITLE
protected static final String CHART_PROPELLERS_TITLE
protected static final String CHART_PLANES_TITLE
protected static final String CHART_BODY_THRUSTERS_TITLE
protected static final String CHART_BODY_THRUSTERS_USV_TITLE
protected static final String CHART_LATERAL_THRUSTERS_AND_COURSE_TITLE
protected static final String CHART_VERTICAL_THRUSTERS_AND_DEPTH_TITLE
protected static final String CHART_REMAINING_BATTERY_POWER_TITLE
protected AvclTelemetryChartSet(String avclFileName)
avclFileName
- protected org.jfree.chart.JFreeChart getChartXy()
public void setChartXy(org.jfree.chart.JFreeChart chartXy, File imagePath)
protected org.jfree.chart.JFreeChart getChartXyz()
public void setChartXyz(org.jfree.chart.JFreeChart chartXyz, File imagePath)
protected org.jfree.chart.JFreeChart getChartZ()
public void setChartZ(org.jfree.chart.JFreeChart chartZ, File imagePath)
protected org.jfree.chart.JFreeChart getChartOrientations()
public void setChartOrientations(org.jfree.chart.JFreeChart chartOrientations, File imagePath)
protected org.jfree.chart.JFreeChart getChartLinearVelocities()
public void setChartLinearVelocities(org.jfree.chart.JFreeChart chartLinearVelocities, File imagePath)
protected org.jfree.chart.JFreeChart getChartRotationalVelocities()
public void setChartRotationalVelocities(org.jfree.chart.JFreeChart chartRotationalVelocities, File imagePath)
protected org.jfree.chart.JFreeChart getChartPropellers()
public void setChartPropellers(org.jfree.chart.JFreeChart chartPropellers, File imagePath)
protected org.jfree.chart.JFreeChart getChartRudder()
public void setChartRudder(org.jfree.chart.JFreeChart chartRudder, File imagePath)
protected org.jfree.chart.JFreeChart getChartPlaneSurfaces()
public void setChartPlaneSurfaces(org.jfree.chart.JFreeChart chartPlaneSurfaces, File imagePath)
protected org.jfree.chart.JFreeChart getChartBodyThrusters()
public void setChartBodyThrusters(org.jfree.chart.JFreeChart chartBodyThrusters, File imagePath)
protected org.jfree.chart.JFreeChart getChartRemainingBatteryPower()
public void setChartRemainingBatteryPower(org.jfree.chart.JFreeChart chartRemainingBatteryPower, File imagePath)
protected org.jfree.chart.JFreeChart getChartLateralThrustersCourse()
public void setChartLateralThrustersCourse(org.jfree.chart.JFreeChart chartLateralThrustersCourse, File imagePath)
protected org.jfree.chart.JFreeChart getChartVerticalThrustersAndDepth()
public void setChartVerticalThrustersAndDepth(org.jfree.chart.JFreeChart chartVerticalThrustersAndDepth, File imagePath)
protected static String getVehicleType()
public long getChartFileTimestamp()
protected boolean isPlotRelativeTimeOnDomainAxis()
protected void setPlotRelativeTimeOnDomainAxis(boolean plotRelativeTimeOnDomainAxis)
plotRelativeTimeOnDomainAxis
- protected void setChartDimension(Dimension chartDimension)
chartDimension
- protected void setChartDimension(int width, int height)
width
- height
-