package com.marshalchen.common.uimodule.flowtextview.models; /** * Created by Dean on 24/06/2014. */ public class Obstacle { public int topLeftx; public int topLefty; public int bottomRightx; public int bottomRighty; }