|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molwind.chemical.view.SubstructureRenderer
public class SubstructureRenderer
SubstructureRenderer implements a strategy to render molecules with parent substructures to be highlighted.
| Constructor Summary | |
|---|---|
SubstructureRenderer()
|
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getImage(ChemicalEntity chemicalEntity)
Returns a graphical representation of a molecule. |
double |
getZoom()
Get the Zoom value. |
void |
setZoom(double newZoom)
Set the Zoom value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubstructureRenderer()
| Method Detail |
|---|
public double getZoom()
public void setZoom(double newZoom)
newZoom - the new Zoom value
public java.awt.image.BufferedImage getImage(ChemicalEntity chemicalEntity)
throws org.openscience.cdk.exception.CDKException
getImage in interface MoleculeRendererchemicalEntity - the chemical entity
org.openscience.cdk.exception.CDKException - is thrown upon CDK error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||