Package org.jmol.viewer
Class Connections
- java.lang.Object
-
- org.jmol.viewer.Connections
-
class Connections extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
bondCount
protected Connection[]
connections
protected String
saveName
private Viewer
vwr
-
Constructor Summary
Constructors Modifier Constructor Description protected
Connections(Viewer vwr)
-
-
-
Field Detail
-
saveName
protected String saveName
-
bondCount
protected int bondCount
-
connections
protected Connection[] connections
-
vwr
private Viewer vwr
-
-
Constructor Detail
-
Connections
protected Connections(Viewer vwr)
-
-