Uses of Interface
javajs.api.JSONEncodable

Packages that use JSONEncodable
Package
Description
 
 
 
 
Jmol SMILES, Jmol SMARTS, Jmol bioSMILES, and Jmol bioSMARTS
 
  • Uses of JSONEncodable in javajs.util

    Classes in javajs.util that implement JSONEncodable
    Modifier and Type
    Class
    Description
    class 
    A 4 element axis angle represented by single precision floating point x,y,z,angle components.
    class 
    a fast 32-bit BitSet optimized for Java2Script -- about 25 times faster than java.util.BitSet
    class 
    A 3 element point that is represented by single precision floating point x,y,z coordinates.
    class 
    A 4 element point that is represented by single precision floating point x,y,z,w coordinates.
    class 
    A generic 3 element tuple that is represented by single precision floating point x,y and z coordinates.
    class 
    A generic 4 element tuple that is represented by single precision floating point x,y,z and w coordinates.
    class 
    A 3-element vector that is represented by single precision floating point x,y,z coordinates.
  • Uses of JSONEncodable in org.jmol.adapter.smarter

    Classes in org.jmol.adapter.smarter that implement JSONEncodable
    Modifier and Type
    Class
    Description
    class 
     
  • Uses of JSONEncodable in org.jmol.modelset

    Classes in org.jmol.modelset that implement JSONEncodable
    Modifier and Type
    Class
    Description
    class 
     
    class 
     
  • Uses of JSONEncodable in org.jmol.script

    Classes in org.jmol.script that implement JSONEncodable
    Modifier and Type
    Class
    Description
    class 
    ScriptVariable class
  • Uses of JSONEncodable in org.jmol.smiles

    Classes in org.jmol.smiles that implement JSONEncodable
    Modifier and Type
    Class
    Description
    class 
    This class represents an atom in a SmilesMolecule.
  • Uses of JSONEncodable in org.jmol.util

    Classes in org.jmol.util that implement JSONEncodable
    Modifier and Type
    Class
    Description
    class 
    A class to group a set of modulations for an atom as a "vibration" Extends V3 so that it will be a displacement, and its value will be an occupancy
    class 
    the Point3fi class allows storage of critical information involving an atom, picked bond, or measurement point, including: xyz position screen position screen radius (-1 for a simple point) index (for atoms or for an associated bond that has be picked) associated modelIndex (for measurement points)
    class 
    A class to allow for more complex vibrations and associated phenomena, such as modulated crystals.