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