Enum Library

    • Enum Constant Detail

      • NUKE83

        public static final Library NUKE83
      • STL83

        public static final Library STL83
      • CORE83

        public static final Library CORE83
      • XML2

        public static final Library XML2
      • XDTO

        public static final Library XDTO
      • WS

        public static final Library WS
      • INET

        public static final Library INET
      • GRPHCS

        public static final Library GRPHCS
      • PACK

        public static final Library PACK
      • IMAGE

        public static final Library IMAGE
      • ENUMS

        public static final Library ENUMS
      • MOXEL

        public static final Library MOXEL
      • DCSCORE

        public static final Library DCSCORE
      • BSL

        public static final Library BSL
      • CHART

        public static final Library CHART
      • EXT

        public static final Library EXT
      • MNGCORE

        public static final Library MNGCORE
      • MNGBASE

        public static final Library MNGBASE
      • DCS

        public static final Library DCS
      • BACKEND

        public static final Library BACKEND
      • BACKBAS

        public static final Library BACKBAS
      • CORE_RL_BZLIB_

        public static final Library CORE_RL_BZLIB_
      • CORE_RL_CAIRO_

        public static final Library CORE_RL_CAIRO_
      • CORE_RL_FREETYPE_

        public static final Library CORE_RL_FREETYPE_
      • CORE_RL_GLIB_

        public static final Library CORE_RL_GLIB_
      • CORE_RL_JP2_

        public static final Library CORE_RL_JP2_
      • CORE_RL_JPEG_

        public static final Library CORE_RL_JPEG_
      • CORE_RL_LCMS_

        public static final Library CORE_RL_LCMS_
      • CORE_RL_LIBRSVG_

        public static final Library CORE_RL_LIBRSVG_
      • CORE_RL_LIBXML_

        public static final Library CORE_RL_LIBXML_
      • CORE_RL_LQR_

        public static final Library CORE_RL_LQR_
      • CORE_RL_MAGICK_

        public static final Library CORE_RL_MAGICK_
      • CORE_RL_MAGICK_CORE_

        public static final Library CORE_RL_MAGICK_CORE_
      • CORE_RL_MAGICK_WAND_

        public static final Library CORE_RL_MAGICK_WAND_
      • CORE_RL_MAGICK_PLUS_PLUS_

        public static final Library CORE_RL_MAGICK_PLUS_PLUS_
      • CORE_RL_PANGO_

        public static final Library CORE_RL_PANGO_
      • CORE_RL_PNG_

        public static final Library CORE_RL_PNG_
      • CORE_RL_TIFF_

        public static final Library CORE_RL_TIFF_
      • CORE_RL_TTF_

        public static final Library CORE_RL_TTF_
      • CORE_RL_ZLIB_

        public static final Library CORE_RL_ZLIB_
      • CORE_RL_WAND_

        public static final Library CORE_RL_WAND_
      • CAIRO

        public static final Library CAIRO
      • ZLIB1

        public static final Library ZLIB1
      • ZLIB1_V8

        public static final Library ZLIB1_V8
      • LIBPNG16

        public static final Library LIBPNG16
      • LIBTCMALLOC_MINIMAL

        public static final Library LIBTCMALLOC_MINIMAL
      • MSVCR

        public static final Library MSVCR
      • MSVCP

        public static final Library MSVCP
      • ICU_DT

        public static final Library ICU_DT
      • ICU_UC

        public static final Library ICU_UC
      • ICU_IN

        public static final Library ICU_IN
      • DTWS

        public static final Library DTWS
      • DTMNGCORED

        public static final Library DTMNGCORED
      • DTDCSCORE

        public static final Library DTDCSCORE
      • DTCLIENTCHART

        public static final Library DTCLIENTCHART
    • Method Detail

      • values

        public static Library[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Library c : Library.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Library valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getName

        public String getName()
        Gets library name
        Returns:
        name of the library, cannot be null
      • getResourceNames

        public String[] getResourceNames()
        Gets names of the resources linked with library
        Returns:
        names of the linked resources, never be null