Class AccentuateRectangleCommand

java.lang.Object
de.swa.fuh.qrefinement.command.AccentuateRectangleCommand
All Implemented Interfaces:
Command

public class AccentuateRectangleCommand
extends java.lang.Object
implements Command
This is a command class implementing command pattern. This command points out a specific rectangle in an image by changing the thickness of its border.
Author:
Nicolas Boch
  • Constructor Summary

    Constructors 
    Constructor Description
    AccentuateRectangleCommand​(java.io.File f, int index)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait