Uses of Class
org.openscience.cdk.renderer.SymbolVisibility
Packages that use SymbolVisibility
-
Uses of SymbolVisibility in org.openscience.cdk.renderer
Methods in org.openscience.cdk.renderer that return SymbolVisibilityModifier and TypeMethodDescriptionstatic SymbolVisibility
SymbolVisibility.all()
All atom symbols are visible.static SymbolVisibility
SymbolVisibility.iupacRecommendations()
Displays a symbol based on the preferred representation from the IUPAC guidelines (GR-2.1.2) [Jonathan Brecher. Pure Appl. Chem. 2008. 80].static SymbolVisibility
SymbolVisibility.iupacRecommendationsWithoutTerminalCarbon()
Displays a symbol based on the acceptable representation from the IUPAC guidelines (GR-2.1.2) [Jonathan Brecher. Pure Appl. Chem. 2008. 80]. -
Uses of SymbolVisibility in org.openscience.cdk.renderer.generators.standard
Subclasses of SymbolVisibility in org.openscience.cdk.renderer.generators.standardModifier and TypeClassDescriptionfinal class
Extended existing symbol visibility options to account for selection of atoms in the standard generator.Methods in org.openscience.cdk.renderer.generators.standard that return SymbolVisibilityModifier and TypeMethodDescriptionstatic SymbolVisibility
SelectionVisibility.all
(SymbolVisibility visibility) Display the atom symbol if is selected, otherwise use the provided visibility.static SymbolVisibility
SelectionVisibility.disconnected
(SymbolVisibility visibility) Display the atom symbol if is disconnected from any other selected atoms or bonds.StandardGenerator.Visibility.getDefault()
Gets the default value for this parameter.Methods in org.openscience.cdk.renderer.generators.standard with parameters of type SymbolVisibilityModifier and TypeMethodDescriptionstatic SymbolVisibility
SelectionVisibility.all
(SymbolVisibility visibility) Display the atom symbol if is selected, otherwise use the provided visibility.static SymbolVisibility
SelectionVisibility.disconnected
(SymbolVisibility visibility) Display the atom symbol if is disconnected from any other selected atoms or bonds.