| Modifier and Type | Method and Description |
|---|---|
static AbstractChemistryManipulator.OutputType |
AbstractChemistryManipulator.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChemistryManipulator.OutputType[] |
AbstractChemistryManipulator.OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
AbstractChemistryManipulator.renderMol(String molFile,
AbstractChemistryManipulator.OutputType outputType,
int width,
int height,
int rgb)
renders a image of given molecule
|
abstract byte[] |
AbstractChemistryManipulator.renderSequence(String sequence,
AbstractChemistryManipulator.OutputType outputType,
int width,
int height,
int rgb)
renders a image of molecule
|
Copyright © 2016. All rights reserved.