
com.greenpepper.annotation.RightAnnotation Maven / Gradle / Ivy
package com.greenpepper.annotation;
import com.greenpepper.Text;
/**
* RightAnnotation class.
*
* @author oaouattara
* @version $Id: $Id
*/
public class RightAnnotation implements Annotation
{
/** {@inheritDoc} */
public void writeDown(Text text)
{
text.setStyle( Styles.BACKGROUND_COLOR, Colors.GREEN );
text.setStatus( Status.SUCCESS );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy