org.jmol.shape
public class MeasuresRenderer extends FontLineShapeRenderer
| Field Summary | |
|---|---|
| AxisAngle4f | aaT |
| Point3fi | atomA |
| Point3fi | atomB |
| Point3fi | atomC |
| Point3fi | atomD |
| boolean | doJustify |
| Font3D | font3d |
| Matrix3f | matrixT |
| Measurement | measurement |
| short | measurementMad |
| Point3f | pointT |
| Point3i | ptA |
| Point3i | ptB |
| Method Summary | |
|---|---|
| int | drawSegment(int x1, int y1, int z1, int x2, int y2, int z2) |
| Point3fi | getAtom(int i) |
| void | paintMeasurementString(int x, int y, int z, int radius, boolean rightJustify, int yRef) |
| protected void | render() |
| void | renderAngle(boolean renderLabel) |
| void | renderDistance(boolean renderLabel) |
| void | renderMeasurement(int count, Measurement measurement, boolean renderLabel) |
| void | renderPendingMeasurement(MeasurementPending measurementPending) |
| void | renderPendingWithCursor(int count, MeasurementPending measurementPending) |
| void | renderTorsion(boolean renderLabel) |