Package org.jmol.render
Class StarsRenderer
- java.lang.Object
-
- org.jmol.render.ShapeRenderer
-
- org.jmol.render.StarsRenderer
-
public class StarsRenderer extends ShapeRenderer
-
-
Field Summary
Fields Modifier and Type Field Description private int
mar
private int
width
-
Fields inherited from class org.jmol.render.ShapeRenderer
colix, exportType, g3d, isExport, mad, ms, myVisibilityFlag, shape, shapeID, tm, vwr
-
-
Constructor Summary
Constructors Constructor Description StarsRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
drawLine(int xA, int yA, int zA, int xB, int yB, int zB)
protected boolean
render()
private void
render1(Atom atom, short mad)
-
Methods inherited from class org.jmol.render.ShapeRenderer
initRenderer, isVisibleForMe, renderShape, setup, setViewerG3dShapeID
-
-
-
-
Method Detail
-
render
protected boolean render()
- Specified by:
render
in classShapeRenderer
-
render1
private void render1(Atom atom, short mad)
-
drawLine
private void drawLine(int xA, int yA, int zA, int xB, int yB, int zB)
-
-