1 package org.kite9.diagram.position;
2
3 import java.io.Serializable;
4
5
6
7 /***
8 * This holds formatting information for the graphical renderer to use.
9 *
10 * TODO: eventually, should have colour information (for green/red test coverage
11 * reports)
12 *
13 * @author robmoffat
14 *
15 */
16 public interface RenderingInformation extends Serializable {
17
18
19 }