public interface

Transformation

com.neomades.graphics.Transformation
Known Indirect Subclasses

Class Overview

Transformation masks.

Summary

Constants
int MIRROR Reflect object about its vertical center.
int MIRROR_ROTATION_180 Reflect object about its vertical center and then rotate it clockwise by 180 degrees.
int MIRROR_ROTATION_270 Reflect object about its vertical center and then rotate it clockwise by 270 degrees
int MIRROR_ROTATION_90 Reflect object about its vertical center and then rotate it clockwise by 90 degrees
int NONE
int ROTATION_180 Rotate the object clockwise by 180 degrees.
int ROTATION_270 Rotate the object clockwise by 270 degrees.
int ROTATION_90 Rotate the object clockwise by 90 degrees.

Constants

public static final int MIRROR

Reflect object about its vertical center.

Constant Value: 2 (0x00000002)

public static final int MIRROR_ROTATION_180

Reflect object about its vertical center and then rotate it clockwise by 180 degrees.

Constant Value: 1 (0x00000001)

public static final int MIRROR_ROTATION_270

Reflect object about its vertical center and then rotate it clockwise by 270 degrees

Constant Value: 4 (0x00000004)

public static final int MIRROR_ROTATION_90

Reflect object about its vertical center and then rotate it clockwise by 90 degrees

Constant Value: 7 (0x00000007)

public static final int NONE

Constant Value: 0 (0x00000000)

public static final int ROTATION_180

Rotate the object clockwise by 180 degrees.

Constant Value: 3 (0x00000003)

public static final int ROTATION_270

Rotate the object clockwise by 270 degrees.

Constant Value: 6 (0x00000006)

public static final int ROTATION_90

Rotate the object clockwise by 90 degrees.

Constant Value: 5 (0x00000005)