@NotNull
public static AquaUIPaintercreatePainter()
throws UnsupportedOperationException
Create a native painter. The painter class is determined by the available implementations. The best available
implementation in terms of performance and coverage is returned.
Returns:
the new painter.
Throws:
UnsupportedOperationException - if there are no available implementations.
getBuildID
static String getBuildID()
Return a string identifying the build of this library.
@NotNull
public static String getBuildID()
Return a string identifying the build of this library.
getReleaseName
static String getReleaseName()
Return a string identifying the release of this library.
@NotNull
public static String getReleaseName()
Return a string identifying the release of this library.
getVersionString
static String getVersionString()
Return a string identifying the version of this library.
@NotNull
public static String getVersionString()
Return a string identifying the version of this library.
showVersion
static void showVersion()
Write to standard error a description of the version of this library.
public static void showVersion()
Write to standard error a description of the version of this library.