Package gov.nasa.worldwind
Annotation Type WorldWind.WrapMode
-
@Retention(SOURCE) public static @interface WorldWind.WrapMode
Wrap mode indicates how WorldWind displays the contents of an image when attempting to draw a region outside of the image bounds. Accepted values areWorldWind.CLAMP
andWorldWind.REPEAT
.