Class PictureTile


  • public class PictureTile
    extends java.lang.Object
    Serialized fragment of layer picture along with its offset within the layer.
    • Constructor Summary

      Constructors 
      Constructor Description
      PictureTile​(java.lang.Number x, java.lang.Number y, java.lang.String picture)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPicture()
      Base64-encoded snapshot data.
      java.lang.Number getX()
      Offset from owning layer left boundary
      java.lang.Number getY()
      Offset from owning layer top boundary
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PictureTile

        public PictureTile​(java.lang.Number x,
                           java.lang.Number y,
                           java.lang.String picture)
    • Method Detail

      • getX

        public java.lang.Number getX()
        Offset from owning layer left boundary
      • getY

        public java.lang.Number getY()
        Offset from owning layer top boundary
      • getPicture

        public java.lang.String getPicture()
        Base64-encoded snapshot data.