Package org.jmol.c

Enum PAL

All Implemented Interfaces:
Serializable, Comparable<PAL>, java.lang.constant.Constable

public enum PAL extends Enum<PAL>
Enum for animation mode.
  • Enum Constant Details

    • UNKNOWN

      public static final PAL UNKNOWN
    • NONE

      public static final PAL NONE
    • CPK

      public static final PAL CPK
    • PARTIAL_CHARGE

      public static final PAL PARTIAL_CHARGE
    • FORMAL_CHARGE

      public static final PAL FORMAL_CHARGE
    • TEMP

      public static final PAL TEMP
    • FIXEDTEMP

      public static final PAL FIXEDTEMP
    • SURFACE

      public static final PAL SURFACE
    • STRUCTURE

      public static final PAL STRUCTURE
    • AMINO

      public static final PAL AMINO
    • SHAPELY

      public static final PAL SHAPELY
    • CHAIN

      public static final PAL CHAIN
    • GROUP

      public static final PAL GROUP
    • MONOMER

      public static final PAL MONOMER
    • MOLECULE

      public static final PAL MOLECULE
    • ALTLOC

      public static final PAL ALTLOC
    • INSERTION

      public static final PAL INSERTION
    • JMOL

      public static final PAL JMOL
    • RASMOL

      public static final PAL RASMOL
    • TYPE

      public static final PAL TYPE
    • ENERGY

      public static final PAL ENERGY
    • PROPERTY

      public static final PAL PROPERTY
    • VARIABLE

      public static final PAL VARIABLE
    • STRAIGHTNESS

      public static final PAL STRAIGHTNESS
    • POLYMER

      public static final PAL POLYMER
    • NUCLEIC

      public static final PAL NUCLEIC
  • Field Details

  • Constructor Details

    • PAL

      private PAL(String name, int id)
  • Method Details

    • values

      public static PAL[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PAL 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
    • pidOf

      public static byte pidOf(Object value)
    • isPaletteVariable

      public static boolean isPaletteVariable(byte pid)
    • getPalette

      public static PAL getPalette(String paletteName)
    • getPaletteID

      public static final byte getPaletteID(String paletteName)
    • getPaletteName

      public static final String getPaletteName(byte pid)