public final class IlvFrameworkProduct extends Object
Modifier and Type | Method and Description |
---|---|
static long |
getBuildNumber()
Returns the Perforce JViews Graphics Framework build number.
|
static long |
GetBuildNumber()
Deprecated.
Please use method
getBuildNumber() instead. |
static int |
getMinorVersion()
Returns the Perforce JViews Graphics Framework minor version number, that is, 7.
|
static int |
GetMinorVersion()
Deprecated.
Please use method
getMinorVersion() instead. |
static int |
getPatchLevel()
Returns the Perforce JViews Graphics Framework patch level number.
|
static int |
GetPatchLevel()
Deprecated.
Please use method
getPatchLevel() instead. |
static int |
getReleaseDate()
Returns the date of the Perforce JViews Graphics Framework release.
|
static int |
GetReleaseDate()
Deprecated.
Please use method
getReleaseDate() instead. |
static int |
getSubMinorVersion()
Returns the Perforce JViews Graphics Framework subminor version number.
|
static int |
GetSubMinorVersion()
Deprecated.
Please use method
getSubMinorVersion() instead. |
static int |
getVersion()
Returns the Perforce JViews Graphics Framework version number, that is, 8.
|
static int |
GetVersion()
Deprecated.
Please use method
getVersion() instead. |
public static int getVersion()
@Deprecated public static int GetVersion()
getVersion()
instead.public static int getMinorVersion()
@Deprecated public static int GetMinorVersion()
getMinorVersion()
instead.public static int getSubMinorVersion()
@Deprecated public static int GetSubMinorVersion()
getSubMinorVersion()
instead.public static int getPatchLevel()
@Deprecated public static int GetPatchLevel()
getPatchLevel()
instead.public static long getBuildNumber()
@Deprecated public static long GetBuildNumber()
getBuildNumber()
instead.public static int getReleaseDate()
@Deprecated public static int GetReleaseDate()
getReleaseDate()
instead.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.