Uses of Interface
org.openscience.cdk.renderer.font.IFontManager
Packages that use IFontManager
Package
Description
-
Uses of IFontManager in org.openscience.cdk.renderer
Fields in org.openscience.cdk.renderer declared as IFontManagerModifier and TypeFieldDescriptionprotected IFontManager
AbstractRenderer.fontManager
Font managers change the font size depending on the zoom.Constructors in org.openscience.cdk.renderer with parameters of type IFontManagerModifierConstructorDescriptionAtomContainerRenderer
(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 IFontManager in org.openscience.cdk.renderer.font
Classes in org.openscience.cdk.renderer.font that implement IFontManagerModifier and TypeClassDescriptionclass
Implements the common parts of theIFontManager
interface.class
AWT-specific font manager. -
Uses of IFontManager in org.openscience.cdk.renderer.visitor
Methods in org.openscience.cdk.renderer.visitor with parameters of type IFontManagerModifier and TypeMethodDescriptionvoid
AWTDrawVisitor.setFontManager
(IFontManager fontManager) The font manager must be set by any renderer that uses this class! This manager is needed to keep track of fonts of the right size.void
IDrawVisitor.setFontManager
(IFontManager fontManager) Sets theIFontManager
thisIDrawVisitor
should use.