org.jaitools
Class JAITools
java.lang.Object
org.jaitools.JAITools
public class JAITools
- extends Object
This class contains a small number of general info and utility methods.
- Since:
- 1.0
- Version:
- $Id$
- Author:
- Michael Bedward
|
Method Summary |
static void |
fixForOSX()
Checks if we are running on OSX and, if we are, turns off
the broken native acceleration so that operators work properly
with float and double type images |
static String |
getVersion()
Gets the JAITools version string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAITools
public JAITools()
getVersion
public static String getVersion()
- Gets the JAITools version string
- Returns:
- the version string
fixForOSX
public static void fixForOSX()
- Checks if we are running on OSX and, if we are, turns off
the broken native acceleration so that operators work properly
with float and double type images
Copyright © 2009-2015. All Rights Reserved.