Package 

Enum View.AntiAliasing

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum View.AntiAliasing
    
                        

    List of available post-processing anti-aliasing techniques.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      no anti aliasing performed as part of post-processing

      FXAA

      FXAA is a low-quality but very efficient type of anti-aliasing. (default).

    • Method Summary

      Modifier and Type Method Description
      static Array<View.AntiAliasing> values()
      static View.AntiAliasing valueOf(String name)
      • Methods inherited from class java.lang.Object

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