public class ReactantsBoxGenerator extends Object implements IGenerator<IReaction>
| Constructor and Description | 
|---|
| ReactantsBoxGenerator() | 
| Modifier and Type | Method and Description | 
|---|---|
| IRenderingElement | generate(IReaction reaction,
        RendererModel model)Converts a  IChemObjectfrom the chemical data model into
 something that can be drawn in the chemical drawing. | 
| List<IGeneratorParameter<?>> | getParameters()Returns the list of  IGeneratorParameterfor this particular
 generator. | 
public IRenderingElement generate(IReaction reaction, RendererModel model)
IChemObject from the chemical data model into
 something that can be drawn in the chemical drawing.generate in interface IGenerator<IReaction>reaction - the chemical entity to be depictedmodel - the rendering parameterspublic List<IGeneratorParameter<?>> getParameters()
IGeneratorParameter for this particular
 generator.getParameters in interface IGenerator<IReaction>List of IGeneratorParametersCopyright © 2018. All Rights Reserved.