public final class CoreTools extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
javaVersionMin
The minimum required JVM version.
|
private static String |
versionNumber
The current version number of the application.
|
| Constructor and Description |
|---|
CoreTools() |
| Modifier and Type | Method and Description |
|---|---|
static RenderingHints |
getDefaultTileCacheRenderingHints()
This method gets default Tile Cache Rendering Hints used for user
operators, such as IqmInvert, IqmThreshold, IqmRGBRelative,...
|
static String |
getJavaVersionMin()
This method gets the version of Java
|
static int |
getNumberOfProcessors()
This method gets the number of processors
|
static String |
getStringWithLeadingSpace(int n,
int d)
This methods converts an integer to a string with leading space.
|
static String |
getStringWithLeadingZeros(int n,
int d)
This methods converts an integer to a string with leading zeros.
|
static String |
getVersionNumber()
This method gets the version number of Iqm
|
static void |
setJavaVersionMin(String arg)
This method sets the version of Java
|
static void |
setVersionNumber(String number)
This method sets the version number of IQM
|
private static String versionNumber
private static String javaVersionMin
public static int getNumberOfProcessors()
public static String getStringWithLeadingZeros(int n, int d)
n - - number to be convertedd - - digitspublic static String getStringWithLeadingSpace(int n, int d)
n - - number to be convertedd - - digitspublic static RenderingHints getDefaultTileCacheRenderingHints()
public static void setVersionNumber(String number)
number - - version number of IQMpublic static String getVersionNumber()
public static void setJavaVersionMin(String arg)
arg - - version of Javapublic static String getJavaVersionMin()
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.