org.jmol.shape
public class AxesRenderer extends FontLineShapeRenderer
Modifier and Type | Field and Description |
---|---|
private static String[] |
axisLabels |
private short[] |
colixes |
private Point3f |
originScreen |
private Point3f[] |
screens |
atomA, atomB, atomC, atomD, draw000, endcap, font3d, imageFontScaling, pointT, pointT2, pointT3, pt0, pt1, pt2, tickInfo, vectorT, vectorT2, vectorT3
colix, exportType, g3d, isExport, mad, madBeg, madEnd, madMid, modelSet, myVisibilityFlag, shape, shapeID, viewer
Constructor and Description |
---|
AxesRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
initRenderer() |
protected void |
render() |
private void |
renderLabel(String str,
float x,
float y,
float z,
float xCenter,
float yCenter) |
drawLine, drawString, drawTicks, getDiameter, renderLine
render, setViewerG3dShapeID
private static final String[] axisLabels
private final Point3f[] screens
private final Point3f originScreen
private short[] colixes
protected void initRenderer()
initRenderer
in class ShapeRenderer
protected void render()
render
in class ShapeRenderer
private void renderLabel(String str, float x, float y, float z, float xCenter, float yCenter)