jaitools.demo.jiffle.JiffleDemoBase Maven / Gradle / Ivy
/*
* Copyright 2011 Michael Bedward
*
* This file is part of jai-tools.
*
* jai-tools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* jai-tools is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with jai-tools. If not, see .
*
*/
package jaitools.demo.jiffle;
/**
* Defines some common fields for use in Jiffle demo applications.
*
* @author Michael Bedward
* @since 1.1
* @version $Id: JiffleDemoBase.java 1400 2011-02-15 06:29:59Z michael.bedward $
*/
public abstract class JiffleDemoBase {
public static final int WIDTH = 500;
public static final int HEIGHT = 500;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy