Class AccentuateTextMarkCommand

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

public class AccentuateTextMarkCommand
extends java.lang.Object
implements Command
This is a command class implementing command pattern. This command points out a specific text mark in a text by printing it bold.
Author:
Nicolas Boch
  • Constructor Summary

    Constructors 
    Constructor Description
    AccentuateTextMarkCommand​(int index, java.io.File f)  
  • 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