| net.refractions.udig.project.ui.internal.commands.draw.AbstractDrawCommand net.refractions.udig.project.ui.internal.commands.draw.TranslateCommand
TranslateCommand | public TranslateCommand(Point offset)(Code) | | Construct TranslateCommand .
Parameters: offset - The amount of offset |
TranslateCommand | public TranslateCommand(int x, int y)(Code) | | Construct TranslateCommand .
Parameters: x - The amount of offset in the x-direction Parameters: y - The amount of offset in the y-direction |
run | public void run(IProgressMonitor monitor) throws Exception(Code) | | See Also: net.refractions.udig.project.internal.command.MapCommand.open |
setTranslation | public void setTranslation(int x, int y)(Code) | | Sets the amount the command will translate during the next paint phase
Parameters: x - x-translation Parameters: y - y-translation |
setTranslation | public void setTranslation(Point offset)(Code) | | Sets the amount the command will translate during the next paint phase
Parameters: offset - The amount of translation |
|
|