ImageScience 3.0.0

imagescience
Class ImageScience

java.lang.Object
  extended by imagescience.ImageScience

public class ImageScience
extends java.lang.Object

Contains the name and version number of the ImageScience library.


Constructor Summary
ImageScience()
          Default constructor.
 
Method Summary
static java.lang.String name()
          Returns the name of the library.
static java.lang.String prelude()
          Returns the name and version number of the library appended with a colon and space.
static java.lang.String version()
          Returns the version number of the library.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageScience

public ImageScience()
Default constructor.

Method Detail

name

public static java.lang.String name()
Returns the name of the library.

Returns:
A new String object with the name of the library.

version

public static java.lang.String version()
Returns the version number of the library.

Returns:
A new String object with the version number of the library.

prelude

public static java.lang.String prelude()
Returns the name and version number of the library appended with a colon and space.

Returns:
A new String object with the name and version number of the library appended with a colon and space.

ImageScience 3.0.0

Copyright (C) Erik Meijering. Permission to use this software and corresponding documentation for educational, research, and not-for-profit purposes, without a fee and without a signed licensing agreement, is granted, subject to the following terms and conditions.

IT IS NOT ALLOWED TO REDISTRIBUTE, SELL, OR LEASE THIS SOFTWARE, OR DERIVATIVE WORKS THEREOF, WITHOUT PERMISSION IN WRITING FROM THE COPYRIGHT HOLDER. THE COPYRIGHT HOLDER IS FREE TO MAKE VERSIONS OF THE SOFTWARE AVAILABLE FOR A FEE OR COMMERCIALLY ONLY.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OF ANY KIND WHATSOEVER, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE EXPRESS OR IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND CORRESPONDING DOCUMENTATION IS PROVIDED "AS IS". THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.