Package 

Interface IFxConfigStorage


  • 
    public interface IFxConfigStorage
    
                        

    fxConfig位置信息接口

    fx不关心逻辑,只需要实现fx默认的方法即可,具体逻辑自行实现即可。具体可参考 FxConfigStorageToSpImpl

    • Method Summary

      Modifier and Type Method Description
      abstract Float getX() x坐标
      abstract Float getY() y坐标
      abstract Unit update(Float x, Float y) 悬浮窗位置更新时调用
      abstract Boolean hasConfig() 是否存在历史位置,返回true悬浮窗才会使用
      abstract Unit clear() 清除存储信息
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait