Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

ChunkVisInfo.java

00001 /*
00002  *  Copyright 2006-2007 Columbia University.
00003  *
00004  *  This file is part of MEAPsoft.
00005  *
00006  *  MEAPsoft is free software; you can redistribute it and/or modify
00007  *  it under the terms of the GNU General Public License version 2 as
00008  *  published by the Free Software Foundation.
00009  *
00010  *  MEAPsoft is distributed in the hope that it will be useful, but
00011  *  WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  *  General Public License for more details.
00014  *
00015  *  You should have received a copy of the GNU General Public License
00016  *  along with MEAPsoft; if not, write to the Free Software
00017  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
00018  *  02110-1301 USA
00019  *
00020  *  See the file "COPYING" for the text of the license.
00021  */
00022 
00023 /*
00024  * Created on Nov 17, 2006
00025  *
00026  */
00027 package com.meapsoft.visualizer;
00028 
00029 import com.meapsoft.EDLChunk;
00030 
00040 public class ChunkVisInfo extends EDLChunk
00041 {
00042         int     xFeat = 0;
00043         int xEDL = 0;
00044         int yFeat = 0;
00045         int yEDL = 0;
00046         int width = 0;
00047         int height = 0;
00048         
00049         //double[] features;
00050         public boolean selected = true;
00051         
00052         
00053         public ChunkVisInfo(String sf, double st, double l, double dt)
00054         {
00055                 super(sf, st, l, dt);
00056         }
00057 }

Generated on Tue Feb 6 19:02:24 2007 for MEAPsoft by doxygen1.2.18