Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.tree |
Modifier and Type | Class and Description |
---|---|
protected static class |
Displayable.DoEdit
For any Displayable data, including: title, visible, locked, color, alpha,
and a 'data' type which includes the actual data (points, areas, etc.) and the links,width,height, and transformation (since all the latter are correlated).
|
protected static class |
Displayable.DoEdits |
protected static class |
Displayable.DoTransforms |
protected static class |
Layer.DoMoveDisplayable |
protected static class |
LayerSet.DoChangeTrees
Records the state of the LayerSet.al_layers, each Layer.al_displayables and all the trees and unique types of Project.
|
protected static class |
LayerSet.DoMoveZDisplayable |
Modifier and Type | Method and Description |
---|---|
DoStep |
LayerSet.createUndoMoveStep(Displayable d)
To undo moving up/down/top/bottom.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Displayable.DoEdit.add(DoStep step) |
void |
LayerSet.addUndoStep(DoStep step) |
Modifier and Type | Method and Description |
---|---|
LayerSet.DoChangeTrees |
LayerSet.addChangeTreesStep(Set<DoStep> dependents)
Add a step to undo the addition or deletion of one or more objects in this project and LayerSet,
along with an arbitrary set of steps that may alter, for example the data.
|
void |
Displayable.DoEdits.addDependents(Collection<DoStep> dep) |
void |
LayerSet.DoChangeTrees.addDependents(Set<DoStep> dep) |
Modifier and Type | Class and Description |
---|---|
class |
RenameThingStep |
Copyright © 2015–2021 Fiji. All rights reserved.