1 /*
2 * $Id: IStyleOperation.java,v 1.4 2008/03/17 14:30:48 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.style;
5
6 import org.rcfaces.core.internal.content.IBufferOperation;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.4 $ $Date: 2008/03/17 14:30:48 $
12 */
13 public interface IStyleOperation extends IBufferOperation {
14
15 }