Skip to content

Commit

Permalink
implement SvgBasedRobotFamily toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Jul 8, 2024
1 parent 824c244 commit d84ca13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/fopbot/SvgBasedRobotFamily.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,9 @@ public BufferedImage render(
imageSize = targetSize;
return getImage(rotationOffset, turnedOff);
}

@Override
public String toString() {
return getName();
}
}

0 comments on commit d84ca13

Please sign in to comment.