/* * @(#)ODGFigureFactory.java * * Copyright (c) 2007 The authors and contributors of JHotDraw. * You may not use, copy or modify this file, except in compliance with the * accompanying license terms. */ package org.jhotdraw.samples.odg.io; /** * ODGFigureFactory. * * @author Werner Randelshofer * @version $Id$ */ public interface ODGFigureFactory { }