Class BondSet

java.lang.Object
javajs.util.BS
org.jmol.modelset.BondSet
All Implemented Interfaces:
Cloneable, javajs.api.JSONEncodable

public class BondSet extends javajs.util.BS
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static BondSet
    newBS(javajs.util.BS bs, int[] atoms)
     

    Methods inherited from class javajs.util.BS

    and, andNot, cardinality, cardinalityN, clear, clearAll, clearBits, clone, copy, equals, escape, get, hashCode, intersects, isEmpty, length, newN, nextClearBit, nextSetBit, or, set, setBits, setBitTo, size, toJSON, toString, unescape, xor

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • associatedAtoms

      public int[] associatedAtoms
  • Constructor Details

    • BondSet

      public BondSet()
  • Method Details

    • newBS

      public static BondSet newBS(javajs.util.BS bs, int[] atoms)