Interface ILogicCallback<T>


  • public interface ILogicCallback<T>
    • Method Detail

      • calculateObjectHeight

        boolean calculateObjectHeight​(T objectId,
                                      int maxWidth,
                                      int maxHeight,
                                      LogicCallbackContext context)
      • placeObject

        void placeObject​(T objectId,
                         int x,
                         int y,
                         int width,
                         int height,
                         LogicGrid<T> pObjectsGrid)
      • showObject

        void showObject​(T objectId,
                        boolean show)
      • onPlaceNestedGrid

        void onPlaceNestedGrid​(T objectId,
                               int leftPos,
                               int topPos,
                               int width,
                               int height)
      • getObjectRectangle

        LogicRectangle getObjectRectangle​(T anchorObjectId,
                                          int pageIndex)