Uses of Interface
org.openscience.cdk.renderer.selection.IChemObjectSelection
Packages that use IChemObjectSelection
-
Uses of IChemObjectSelection in org.openscience.cdk.renderer
Methods in org.openscience.cdk.renderer that return IChemObjectSelectionModifier and TypeMethodDescriptionRendererModel.getSelection()
Returns anIChemObjectSelection
with the currently selectedIChemObject
s.Methods in org.openscience.cdk.renderer with parameters of type IChemObjectSelectionModifier and TypeMethodDescriptionvoid
RendererModel.setSelection
(IChemObjectSelection selection) Set the selectedIChemObject
s. -
Uses of IChemObjectSelection in org.openscience.cdk.renderer.selection
Classes in org.openscience.cdk.renderer.selection that implement IChemObjectSelectionFields in org.openscience.cdk.renderer.selection declared as IChemObjectSelectionModifier and TypeFieldDescriptionstatic IChemObjectSelection
AbstractSelection.EMPTY_SELECTION
Static implementation of an empty selection.