Uses of Interface
org.openscience.cdk.renderer.generators.IGenerator
Packages that use IGenerator
Package
Description
-
Uses of IGenerator in org.openscience.cdk.renderer
Fields in org.openscience.cdk.renderer with type parameters of type IGeneratorModifier and TypeFieldDescriptionprotected List<IGenerator<T>>
AbstractRenderer.generators
Generators for diagram elements.Methods in org.openscience.cdk.renderer that return types with arguments of type IGeneratorModifier and TypeMethodDescriptionAtomContainerRenderer.getGenerators()
Returns aList
ofIGenerator
s for this renderer.ChemModelRenderer.getGenerators()
Returns aList
ofIGenerator
s for this renderer.List<IGenerator<T>>
IRenderer.getGenerators()
Returns aList
ofIGenerator
s for this renderer.MoleculeSetRenderer.getGenerators()
Returns aList
ofIGenerator
s for this renderer.ReactionRenderer.getGenerators()
Returns aList
ofIGenerator
s for this renderer.ReactionSetRenderer.getGenerators()
Returns aList
ofIGenerator
s for this renderer.Methods in org.openscience.cdk.renderer with parameters of type IGeneratorModifier and TypeMethodDescriptionvoid
RendererModel.registerParameters
(IGenerator<? extends IChemObject> generator) Registers rendering parameters fromIGenerator
s with this model.Constructor parameters in org.openscience.cdk.renderer with type arguments of type IGeneratorModifierConstructorDescriptionAtomContainerRenderer
(List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) A renderer that generates diagrams using the specified generators and manages fonts with the supplied font manager.AtomContainerRenderer
(RendererModel rendererModel, List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) ChemModelRenderer
(List<IGenerator<IAtomContainer>> generators, List<IGenerator<IReaction>> reactionGenerators, IFontManager fontManager) ChemModelRenderer
(List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) A renderer that generates diagrams using the specified generators and manages fonts with the supplied font manager.MoleculeSetRenderer
(List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) A renderer that generates diagrams using the specified generators and manages fonts with the supplied font manager.MoleculeSetRenderer
(RendererModel rendererModel, List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) ReactionRenderer
(List<IGenerator<IAtomContainer>> generators, List<IGenerator<IReaction>> reactionGenerators, IFontManager fontManager) A renderer that drawsIReaction
s with the passedIGenerator
for bothIAtomContainer
andIReaction
content.ReactionRenderer
(List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) A renderer that generates diagrams using the specified generators and manages fonts with the supplied font manager.ReactionRenderer
(RendererModel rendererModel, List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) ReactionSetRenderer
(List<IGenerator<IAtomContainer>> generators, List<IGenerator<IReaction>> reactionGenerators, IFontManager fontManager) A renderer that generates diagrams using the specified generators forIAtomContainer
s andIReactionSet
s and manages fonts with the supplied font manager.ReactionSetRenderer
(List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) A renderer that generates diagrams using the specified generators and manages fonts with the supplied font manager.protected
ReactionSetRenderer
(RendererModel rendererModel, List<IGenerator<IAtomContainer>> generators, List<IGenerator<IReaction>> reactionGenerators, IFontManager fontManager) ReactionSetRenderer
(RendererModel rendererModel, List<IGenerator<IAtomContainer>> generators, IFontManager fontManager) -
Uses of IGenerator in org.openscience.cdk.renderer.generators
Classes in org.openscience.cdk.renderer.generators that implement IGeneratorModifier and TypeClassDescriptionclass
IGenerator
that draws a rectangular around theIAtomContainer
.class
IGenerator
that can render mass number information of atoms.class
IGenerator
forIAtomContainer
s that will draw atom numbers for the atoms.class
Generates basicIRenderingElement
s for atoms in an atom container.class
Generator for elements from bonds.class
Combination generator for basic drawing of molecules.class
This generator does not create any elements, but acts as a holding place for various generator parameters used by most drawings, such as the zoom, background color, margin, etc.class
Produce a bounding rectangle for various chem objects.class
A generator for atoms with mass, charge, etc.final class
Generate an under/overlaid highlight in structure depictions.class
Generate the symbols for lone pairs.class
IGenerator
that will show how atoms map between the reactant and product side.class
Generate the symbols for radicals.class
Generate the symbols for radicals.class
Generate the symbols for radicals.class
Generate the arrow for a reaction.class
Generate the symbols for radicals.class
Generate the arrow for a reaction.class
Generator for general reaction scene components.class
Generates just the aromatic indicators for rings : circles, or light-gray inner bonds, depending on the value of CDKStyleAromaticity. -
Uses of IGenerator in org.openscience.cdk.renderer.generators.standard
Classes in org.openscience.cdk.renderer.generators.standard that implement IGeneratorModifier and TypeClassDescriptionfinal class
The standard generator createsIRenderingElement
s for the atoms and bonds of a structure diagram.