package be.cytomine.client; import be.cytomine.client.abst.AbstractNestedImageInstance; /** * An sub image from an image instance (sub area, same image transformed,...) * * @author ClientBuilder (Loïc Rollus) * @version 0.1 * * YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS) * */ public class NestedImageInstance extends AbstractNestedImageInstance { }