-
- 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
-
-
Constructor Summary
Constructors Constructor Description Annotation.UserGraphic(Bitmap bitmap)
Annotation.UserGraphic(Bitmap bitmap, boolean forceCopy)
-
Method Summary
-
-
Constructor Detail
-
Annotation.UserGraphic
Annotation.UserGraphic(Bitmap bitmap)
-
Annotation.UserGraphic
Annotation.UserGraphic(Bitmap bitmap, boolean forceCopy)
- Parameters:
bitmap
- bitmap from the client sideforceCopy
- if is false,it means that the bitmap will not copied,otherwise we will use the copy one
-
-
-
-