01: package org.enhydra.jawe.components.graph; 02: 03: import org.jgraph.graph.CellViewRenderer; 04: 05: /** 06: * Interface used to display activity objects. 07: * 08: * @author Sasa Bojanic 09: */ 10: public interface GraphActivityRendererInterface extends 11: CellViewRenderer { 12: }