Package 

Class Annotation.UserGraphic

  • All Implemented Interfaces:

    
    public class Annotation.UserGraphic
    
                        

    A passed in graphic resource that always resolves to a bitmap Derived versions or named constructors can be written to take in different formats Design not final

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final Bitmap bitmap
      public final int id
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Bitmap getBitmap()
      final int getId()
      • Methods inherited from class java.lang.Object

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

      • Annotation.UserGraphic

        Annotation.UserGraphic(Bitmap bitmap)
      • Annotation.UserGraphic

        Annotation.UserGraphic(Bitmap bitmap, boolean forceCopy)
        Parameters:
        bitmap - bitmap from the client side
        forceCopy - if is false,it means that the bitmap will not copied,otherwise we will use the copy one