Searched refs:RepresentCircle (Results 1 – 1 of 1) sorted by relevance
97 this.representers.put(Circle.class, new RepresentCircle()); in MyRepresenter()111 private class RepresentCircle implements Represent { class in Example2_24Test.MyRepresenter