Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.utils |
Modifier and Type | Class and Description |
---|---|
class |
TransformationStep |
Modifier and Type | Method and Description |
---|---|
boolean |
TransformationStep.isIdentical(History.Step<?> step) |
Modifier and Type | Method and Description |
---|---|
History.Step<?> |
History.get(int i) |
History.Step<?> |
History.getCurrent() |
History.Step<?> |
History.redoOneStep()
Returns null if there aren't any more steps to redo.
|
History.Step<?> |
History.undoOneStep()
Returns null if there aren't any more steps to undo.
|
Modifier and Type | Method and Description |
---|---|
List<History.Step<?>> |
History.add(History.Step<?> step)
Append a new step.
|
List<History.Step<?>> |
History.append(History.Step<?> step)
Appends a step at the end of the list, without modifying the current index.
|
List<History.Step<?>> |
History.clear()
Remove all steps from the list and return them.
|
List<History.Step<?>> |
History.clip()
Cut the list after the index, leaving from 0 to index, inclusive, inside.
|
List<History.Step<?>> |
History.getAll()
Returns a list with all undo steps.
|
List<History.Step<?>> |
History.resize(int size)
Resize to maximum the given size, removing from the beginning.
|
Modifier and Type | Method and Description |
---|---|
List<History.Step<?>> |
History.add(History.Step<?> step)
Append a new step.
|
List<History.Step<?>> |
History.append(History.Step<?> step)
Appends a step at the end of the list, without modifying the current index.
|
boolean |
History.Step.isIdentical(History.Step<?> step) |
Copyright © 2015–2021 Fiji. All rights reserved.