- All Implemented Interfaces:
Iterable<io.keikai.importer.ShapeJson>
public class Drawings
extends Object
implements Iterable<io.keikai.importer.ShapeJson>
- Author:
- RaymondChao
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Drawings
public Drawings(List<io.keikai.importer.ShapeJson> drawingsJson)
-
Method Details
-
iterator
public Iterator<io.keikai.importer.ShapeJson> iterator()
- Specified by:
iterator in interface Iterable<io.keikai.importer.ShapeJson>