public class NavAction<A>
extends java.lang.Object
| Constructor | Description |
|---|---|
NavAction(A aspect,
Decoration decoration) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
A |
getAspect() |
Returns the surface aspect describing the result of the navigation.
|
Decoration |
getDecoration() |
Returns a surface decoration giving a visual indication of
the nature of the navigation action in progress.
|
public NavAction(A aspect, Decoration decoration)
aspect - describes the new surface; null if no changedecoration - decorates the surface to indicate navigation;
null if no decorationpublic A getAspect()
public Decoration getDecoration()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.