public interface

Anchor

com.neomades.graphics.Anchor
Known Indirect Subclasses

Class Overview

List of anchor possibilities.

Summary

Constants
int BOTTOM Vertical bottom
int HCENTER Horizontal center
int LEFT Horizontal left
int RIGHT Horizontal right
int TOP Vertical top
int VCENTER Vertical center or middle

Constants

public static final int BOTTOM

Vertical bottom

Constant Value: 32 (0x00000020)

public static final int HCENTER

Horizontal center

Constant Value: 1 (0x00000001)

public static final int LEFT

Horizontal left

Constant Value: 4 (0x00000004)

public static final int RIGHT

Horizontal right

Constant Value: 8 (0x00000008)

public static final int TOP

Vertical top

Constant Value: 16 (0x00000010)

public static final int VCENTER

Vertical center or middle

Constant Value: 2 (0x00000002)