public class AxesRenderer extends FontLineShapeRenderer
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
axisLabels |
private short[] |
colixes |
private javax.vecmath.Point3f |
originScreen |
private javax.vecmath.Point3f[] |
screens |
atomA, atomB, atomC, atomD, box, draw000, endcap, font3d, imageFontScaling, pointT, pointT2, pointT3, pt0, pt1, pt2, tickInfo, vectorT, vectorT2, vectorT3
colix, exportType, g3d, 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(java.lang.String str,
float x,
float y,
float z,
float xCenter,
float yCenter) |
clearBox, drawLine, drawString, drawTicks, getDiameter, renderLine
render, setViewerG3dShapeID
private static final java.lang.String[] axisLabels
private final javax.vecmath.Point3f[] screens
private final javax.vecmath.Point3f originScreen
private short[] colixes
protected void initRenderer()
initRenderer
in class ShapeRenderer
protected void render()
render
in class ShapeRenderer
private void renderLabel(java.lang.String str, float x, float y, float z, float xCenter, float yCenter)