Searched defs:Atom (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java71 Atom atoms[];
75 static final Map<String, Atom> atomTable = new HashMap<String, Atom>();
76 static Atom defaultAtom;
79 atomTable.put("c", new Atom(0, 0, 0));
80 atomTable.put("h", new Atom(210, 210, 210));
81 atomTable.put("n", new Atom(0, 0, 255));
82 atomTable.put("o", new Atom(255, 0, 0));
83 atomTable.put("p", new Atom(255, 0, 255));
84 atomTable.put("s", new Atom(25
503 class Atom { class
541 Atom(int Rl, int Gl, int Bl) { method in class:Atom
[all...]

Completed in 32 milliseconds