org.jmol.shape
public class SticksRenderer extends ShapeRenderer
| Field Summary | |
|---|---|
| protected Atom | atomA |
| protected Atom | atomB |
| protected Bond | bond |
| protected int | bondOrder |
| protected boolean | bondsBackbone |
| protected short | colixA |
| protected short | colixB |
| int | dx |
| int | dxStep |
| int | dy |
| int | dyStep |
| protected byte | endcaps |
| protected boolean | hbondsBackbone |
| protected boolean | hbondsSolid |
| boolean | isAntialiased |
| protected boolean | lineBond |
| int | mag2d |
| protected byte | modeMultipleBond |
| boolean | renderWireframe |
| protected boolean | showMultipleBonds |
| protected boolean | ssbondsBackbone |
| static int | wideWidthMilliAngstroms |
| protected int | width |
| int | xA |
| int | xAxis1 |
| int | xAxis2 |
| int | xB |
| int | yA |
| int | yAxis1 |
| int | yAxis2 |
| int | yB |
| int | zA |
| int | zB |
| Method Summary | |
|---|---|
| void | drawDashed(int xA, int yA, int zA, int xB, int yB, int zB) |
| protected void | fillCylinder(short colixA, short colixB, byte endcaps, int diameter, int xA, int yA, int zA, int xB, int yB, int zB) |
| int | getAromaticDottedBondMask() |
| int | getRenderBondOrder(int order) |
| protected void | render() |
| protected void | renderBond() |
| protected void | renderBond(int dottedMask) |
| void | renderHbondDashed() |
| void | renderTriangle(Bond bond) |
| void | resetAxisCoordinates() |
| void | stepAxisCoordinates() |