Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VAquaRendering - Release 10
Class org.violetlib.jnr.aqua.AquaNativeRendering
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.jnr.aqua

Class AquaNativeRendering

  • Object
    • AquaNativeRendering
  • public class AquaNativeRendering extends Object
    The main entry point to the Aqua Native Rendering library.
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator clearCache Reveal DetailHide Detail
      static void clearCache()
       
      public static void clearCache()
      Ordinary member indicator createPainter Reveal DetailHide Detail
      static AquaUIPainter createPainter()
      Create a native painter.
      public static AquaUIPainter createPainter() 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.
      Ordinary member indicator getBuildID Reveal DetailHide Detail
      static String getBuildID()
      Return a string identifying the build of this library.
      public static String getBuildID()
      Return a string identifying the build of this library.
      Ordinary member indicator getReleaseName Reveal DetailHide Detail
      static String getReleaseName()
      Return a string identifying the release of this library.
      public static String getReleaseName()
      Return a string identifying the release of this library.
      Ordinary member indicator getVersionString Reveal DetailHide Detail
      static String getVersionString()
      Return a string identifying the version of this library.
      public static String getVersionString()
      Return a string identifying the version of this library.
      Ordinary member indicator showVersion Reveal DetailHide Detail
      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.
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait