public abstract class ShapeRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
colix |
protected int |
exportType |
protected JmolRendererInterface |
g3d |
protected boolean |
isExport |
protected short |
mad |
protected short |
madBeg |
protected short |
madEnd |
protected short |
madMid |
protected ModelSet |
modelSet |
protected int |
myVisibilityFlag |
protected Shape |
shape |
protected int |
shapeID |
protected Viewer |
viewer |
Constructor and Description |
---|
ShapeRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
initRenderer() |
protected abstract void |
render() |
void |
render(JmolRendererInterface g3d,
ModelSet modelSet,
Shape shape) |
void |
setViewerG3dShapeID(Viewer viewer,
JmolRendererInterface g3d,
int shapeID) |
protected Viewer viewer
protected JmolRendererInterface g3d
protected ModelSet modelSet
protected Shape shape
protected int myVisibilityFlag
protected int shapeID
protected short colix
protected short mad
protected short madBeg
protected short madMid
protected short madEnd
protected int exportType
protected boolean isExport
public final void setViewerG3dShapeID(Viewer viewer, JmolRendererInterface g3d, int shapeID)
protected void initRenderer()
public void render(JmolRendererInterface g3d, ModelSet modelSet, Shape shape)
protected abstract void render()