Class LayerPainted


  • public class LayerPainted
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Rect getClip()
      Clip rectangle.
      LayerId getLayerId()
      The id of the painted layer.
      • Methods inherited from class java.lang.Object

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

      • LayerPainted

        public LayerPainted​(LayerId layerId,
                            Rect clip)
    • Method Detail

      • getLayerId

        public LayerId getLayerId()
        The id of the painted layer.
      • getClip

        public Rect getClip()
        Clip rectangle.