Uses of Class
org.openstreetmap.josm.plugins.streetside.history.commands.StreetsideCommand
-
Packages that use StreetsideCommand Package Description org.openstreetmap.josm.plugins.streetside.history This package deals with keeping a history of actions the user performed to allow for undoing and redoing these actions.org.openstreetmap.josm.plugins.streetside.history.commands -
-
Uses of StreetsideCommand in org.openstreetmap.josm.plugins.streetside.history
Fields in org.openstreetmap.josm.plugins.streetside.history with type parameters of type StreetsideCommand Modifier and Type Field Description java.util.List<StreetsideCommand>StreetsideRecord. commandListThe set of commands that have taken place or that have been undone.Methods in org.openstreetmap.josm.plugins.streetside.history with parameters of type StreetsideCommand Modifier and Type Method Description voidStreetsideRecord. addCommand(StreetsideCommand command)Adds a new command to the list. -
Uses of StreetsideCommand in org.openstreetmap.josm.plugins.streetside.history.commands
Subclasses of StreetsideCommand in org.openstreetmap.josm.plugins.streetside.history.commands Modifier and Type Class Description classCommandJoinCommand joined when joining two images into the same sequence.classCommandMoveCommand created when an image's position is changed.classCommandTurnCommand created when an image's direction is changed.classCommandUnjoinCommand joined when joining two images into the same sequence.classStreetsideExecutableCommandSuperclass for those commands that must be executed after creation.Methods in org.openstreetmap.josm.plugins.streetside.history.commands with parameters of type StreetsideCommand Modifier and Type Method Description voidCommandJoin. sum(StreetsideCommand command)voidCommandMove. sum(StreetsideCommand command)voidCommandTurn. sum(StreetsideCommand command)voidCommandUnjoin. sum(StreetsideCommand command)abstract voidStreetsideCommand. sum(StreetsideCommand command)If two equal commands are applied consecutively to the same set of images, they are summed in order to reduce them to just one command.
-