Class FrameBufferModel

    • Constructor Detail

      • FrameBufferModel

        public FrameBufferModel()
    • Method Detail

      • getDimension

        public org.mapsforge.core.model.Dimension getDimension()
        Returns:
        the current dimension of the FrameBuffer (may be null).
      • getMapPosition

        public org.mapsforge.core.model.MapPosition getMapPosition()
        Returns:
        the current MapPosition of the FrameBuffer (may be null).
      • getOverdrawFactor

        public double getOverdrawFactor()
      • setDimension

        public void setDimension​(org.mapsforge.core.model.Dimension dimension)
      • setMapPosition

        public void setMapPosition​(org.mapsforge.core.model.MapPosition mapPosition)
      • setOverdrawFactor

        public void setOverdrawFactor​(double overdrawFactor)
        Throws:
        java.lang.IllegalArgumentException - if the overdrawFactor is less or equal zero.