public abstract class ShapeRenderer extends 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 boolean |
render() |
boolean |
renderShape(JmolRendererInterface g3d,
ModelSet modelSet,
Shape shape) |
void |
setViewerG3dShapeID(Viewer viewer,
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
protected void initRenderer()
protected abstract boolean render()
public final void setViewerG3dShapeID(Viewer viewer, int shapeID)
public boolean renderShape(JmolRendererInterface g3d, ModelSet modelSet, Shape shape)