Package globus.glmap

Annotation Interface GLMapDrawable.TransformMode

Enclosing class:
GLMapDrawable

@Retention(SOURCE) public static @interface GLMapDrawable.TransformMode
Determines how to use scale and offset of drawable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Scale and offset of vector object will be applied to it's points
    static final int
    Transform is disabled
    static final int
    Scale and offset is in screen coordinates
  • Field Details

    • Off

      static final int Off
      Transform is disabled
      See Also:
    • Custom

      static final int Custom
      Scale and offset of vector object will be applied to it's points
      See Also:
    • Screen

      static final int Screen
      Scale and offset is in screen coordinates
      See Also: