/* * @(#)DefaultODGFigureFactory.java * * Copyright (c) 2009-2010 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; /** * Default implementation of {@link ODGFigureFactory}. * * @author Werner Randelshofer * @version $Id$ */ public class DefaultODGFigureFactory implements ODGFigureFactory { /** Creates a new instance. */ public DefaultODGFigureFactory() { } }