001/*
002 Interface encapsulating platform dependent code of the
003 ptolemy.domains.sdf.lib.vq.ImageDisplay from the
004 platform independent parts.
005
006 @Copyright (c) 1998-2014 The Regents of the University of California.
007 All rights reserved.
008
009 Permission is hereby granted, without written agreement and without
010 license or royalty fees, to use, copy, modify, and distribute this
011 software and its documentation for any purpose, provided that the
012 above copyright notice and the following two paragraphs appear in all
013 copies of this software.
014
015 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
016 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
017 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
018 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
019 SUCH DAMAGE.
020
021 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
022 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
023 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
024 PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
025 CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
026 ENHANCEMENTS, OR MODIFICATIONS.
027
028 PT_COPYRIGHT_VERSION 2
029 COPYRIGHTENDKEY
030 */
031package ptolemy.domains.sdf.lib.vq;
032
033//////////////////////////////////////////////////////////////////////////
034////ImageDisplayInterface
035/**
036 * Interface encapsulating platform dependent code of the
037 * ptolemy.domains.sdf.lib.vq.ImageDisplay from the
038 * platform independent parts.
039 * @author Jianwu Wang
040 * @version $Id$
041 * @since Ptolemy II 10.0
042 * @Pt.ProposedRating
043 * @Pt.AcceptedRating
044 */
045public interface ImageDisplayInterface
046        extends ptolemy.actor.lib.image.ImageDisplayInterface {
047
048}