AddressMode
public final class AddressMode
Defines how texture coordinates outside the 0, 1 range are handled.
Summary
Constants
MirrorRepeat
public static final int MirrorRepeat = 3
Repeats the texture, mirroring it at each integer boundary.
public final class AddressMode
Defines how texture coordinates outside the 0, 1 range are handled.
public static final int MirrorRepeat = 3
Repeats the texture, mirroring it at each integer boundary.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.