Class SelectionManager
java.lang.Object
org.jmol.viewer.SelectionManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexcludeAtoms(BS bs, boolean ignoreSubset) intbooleanisAtomSelected(int atomIndex) booleanisSelected(int atomIndex) voidsetSelectedAtom(int atomIndex, boolean TF) voidsetSelectionSubset(BS bs)
-
Field Details
-
bsSubset
-
bsDeleted
-
noneSelected
a flag to indicate that labels and fonts should be set to default values; set only by SELECT NONE;
-
-
Method Details
-
getHiddenSet
-
isSelected
public boolean isSelected(int atomIndex) -
isAtomSelected
public boolean isAtomSelected(int atomIndex) -
setSelectedAtom
public void setSelectedAtom(int atomIndex, boolean TF) -
setSelectionSubset
-
getSelectionCount
public int getSelectionCount() -
excludeAtoms
-
getMotionFixedAtoms
-