Class RPFTiledImageLayer

    • Constructor Detail

      • RPFTiledImageLayer

        public RPFTiledImageLayer​(java.lang.String stateInXml)
      • RPFTiledImageLayer

        public RPFTiledImageLayer​(AVList params)
    • Method Detail

      • fromRestorableState

        public static RPFTiledImageLayer fromRestorableState​(java.lang.String stateInXml)
      • initRPFFileIndex

        protected void initRPFFileIndex​(AVList params)
      • checkResources

        protected void checkResources()
      • getRestorableState

        public java.lang.String getRestorableState()
        Description copied from interface: Restorable
        Returns an XML document string describing the object's state. This state can be restored later by calling restoreState and passing the XML document.
        Specified by:
        getRestorableState in interface Restorable
        Overrides:
        getRestorableState in class AbstractLayer
        Returns:
        an XML document string describing the object's state.
      • xmlStateToParams

        public static AVList xmlStateToParams​(java.lang.String stateInXml)
      • restoreState

        public void restoreState​(java.lang.String stateInXml)
        Description copied from interface: Restorable
        Restores the object's state to what is described in the specified XML document string.
        Specified by:
        restoreState in interface Restorable
        Overrides:
        restoreState in class AbstractLayer
        Parameters:
        stateInXml - an XML document string describing an object's state.
      • downloadTexture

        protected void downloadTexture​(TextureTile tile)