Class DotsRenderer
java.lang.Object
org.jmol.render.ShapeRenderer
org.jmol.renderspecial.DotsRenderer
- Direct Known Subclasses:
GeoSurfaceRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]booleanint[]intintFields inherited from class ShapeRenderer
colix, exportType, flags, g3d, isExport, mad, ms, myVisibilityFlag, shape, shapeID, tm, vwr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleanrender()protected voidprotected voidrenderConvex(short colix, BS map, int nPoints) generic renderer -- dots and geosurfaceprotected voidrenderDots(int nPoints) also called by GeoSurface when in motionMethods inherited from class ShapeRenderer
isVisibleForMe, renderShape, setup, setViewerG3dShapeID
-
Field Details
-
iShowSolid
public boolean iShowSolid -
screenLevel
public int screenLevel -
screenDotCount
public int screenDotCount -
scrCoords
public int[] scrCoords -
faceMap
public int[] faceMap
-
-
Constructor Details
-
DotsRenderer
public DotsRenderer()
-
-
Method Details
-
initRenderer
protected void initRenderer()- Overrides:
initRendererin classShapeRenderer
-
render
protected boolean render()- Specified by:
renderin classShapeRenderer
-
render1
-
renderConvex
generic renderer -- dots and geosurface- Parameters:
colix-map-nPoints-
-
renderDots
protected void renderDots(int nPoints) also called by GeoSurface when in motion- Parameters:
nPoints-
-