org.jmol.export
Class SticksGenerator

java.lang.Object
  extended by org.jmol.shape.ShapeRenderer
      extended by org.jmol.shape.SticksRenderer
          extended by org.jmol.export.SticksGenerator

public class SticksGenerator
extends SticksRenderer


Field Summary
 
Fields inherited from class org.jmol.shape.SticksRenderer
atomA, atomB, bond, bondOrder, bondsBackbone, colixA, colixB, endcaps, hbondsBackbone, hbondsSolid, lineBond, modeMultipleBond, showMultipleBonds, ssbondsBackbone, width
 
Fields inherited from class org.jmol.shape.ShapeRenderer
colix, g3d, isGenerator, mad, madBeg, madEnd, madMid, modelSet, myVisibilityFlag, shape, shapeID, slabbing, viewer
 
Constructor Summary
SticksGenerator()
           
 
Method Summary
protected  void fillCylinder(short colixA, short colixB, byte endcaps, int diameter, int xA, int yA, int zA, int xB, int yB, int zB)
           
protected  void renderBond(int dottedMask)
           
 
Methods inherited from class org.jmol.shape.SticksRenderer
render, renderBond
 
Methods inherited from class org.jmol.shape.ShapeRenderer
getMad, initRenderer, render, renderLine, setGenerator, setViewerG3dShapeID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SticksGenerator

public SticksGenerator()
Method Detail

renderBond

protected void renderBond(int dottedMask)
Overrides:
renderBond in class SticksRenderer

fillCylinder

protected void fillCylinder(short colixA,
                            short colixB,
                            byte endcaps,
                            int diameter,
                            int xA,
                            int yA,
                            int zA,
                            int xB,
                            int yB,
                            int zB)
Overrides:
fillCylinder in class SticksRenderer