Package 

Interface BoxModelable


  • 
    public interface BoxModelable
    
                        

    Defines the properties of a BoxModel as used by Androidplot. Essentially, the BoxModel composes three nested (but not necessarily concentric) rectangles: * The bounding box, which is the outer-most box. * The marginated box, which is calculated by applying the margin insets to the bounding box. * The padded box, which is calculated by applying the padding insets to the marginated box.