| Modifier and Type | Interface and Description |
|---|---|
interface |
IConsoleInteraction |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleInteraction |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageLayers |
class |
SystemsInteraction |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaCoveragePlanner |
class |
FormationPlanner
This Neptus plugin provides an interface for Vehicle Formation (cooperative) plans
It is heavily related to the VehicleFormation IMC message |
class |
MultiVehiclePlanner |
class |
PlanEditor |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedHashMap<java.lang.String,StateRendererInteraction> |
MapPanel.interactionModes |
| Modifier and Type | Method and Description |
|---|---|
StateRendererInteraction |
MapPanel.getActiveInteraction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StateRendererInteraction> |
MapPanel.getInteractionModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapPanel.addInteraction(StateRendererInteraction interaction) |
void |
MapPanel.removeInteraction(StateRendererInteraction interaction) |
void |
MapPanel.setActiveInteraction(StateRendererInteraction interaction) |
protected void |
PlanEditor.updateDelegate(StateRendererInteraction sri,
StateRenderer2D renderer) |
| Modifier and Type | Class and Description |
|---|---|
class |
PolygonPanel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPlanElementEditorInteraction<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationLimitsInteraction |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaSurvey
This maneuver (based on FollowPath) is used to cover a polygonal area
|
class |
AutonomousSection |
class |
CoverArea |
class |
CrossHatchPattern |
class |
ExpandingSquarePattern |
class |
FollowPath |
class |
FollowTrajectory |
class |
Land |
class |
Magnetometer |
class |
RIPattern
Reacquire-Identify Pattern Maneuver
|
class |
RowsCoverage |
class |
RowsManeuver |
class |
RowsPattern |
class |
VehicleFormation |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRendererInteraction |
| Modifier and Type | Class and Description |
|---|---|
class |
InteractionAdapter |
| Modifier and Type | Field and Description |
|---|---|
protected StateRendererInteraction |
StateRenderer2D.activeInteraction |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<StateRendererInteraction> |
StateRenderer2D.interactions |
| Modifier and Type | Method and Description |
|---|---|
StateRendererInteraction |
CustomInteractionSupport.getActiveInteraction() |
StateRendererInteraction |
StateRenderer2D.getActiveInteraction()
Retrieve the currently active interaction for this renderer
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StateRendererInteraction> |
CustomInteractionSupport.getInteractionModes() |
java.util.Collection<StateRendererInteraction> |
StateRenderer2D.getInteractionModes()
Retrieve a list of all available interactions
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomInteractionSupport.addInteraction(StateRendererInteraction interaction) |
void |
StateRenderer2D.addInteraction(StateRendererInteraction interaction)
Add a new form of interaction with the renderer
|
void |
CustomInteractionSupport.removeInteraction(StateRendererInteraction interaction) |
void |
StateRenderer2D.removeInteraction(StateRendererInteraction interaction)
Remove the given interaction from this renderer
|
void |
CustomInteractionSupport.setActiveInteraction(StateRendererInteraction interaction) |
void |
StateRenderer2D.setActiveInteraction(StateRendererInteraction interaction)
Change the currently active interaction
|
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.