This commit is contained in:
rusefillc 2022-03-19 21:17:52 -04:00
parent cd833d1cec
commit 2cb8235c6a
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,7 @@ public class TriggerImage {
int tdcMarkRadius = 8;
g.setColor(UpDownImage.ENGINE_CYCLE_COLOR);
// draw TDC mark and text on the round wheel
g.fillOval(middle + smallX - tdcMarkRadius, middle + smallY - tdcMarkRadius,
2 * tdcMarkRadius,
2 * tdcMarkRadius);
@ -380,6 +381,7 @@ public class TriggerImage {
private static class TriggerPanel extends JPanel {
public String name = "";
public String id;
// angle
public double tdcPosition;
public UpDownImage image;