com.neomades.graphics.Anchor |
Known Indirect Subclasses
Background |
A background represents a non focusable rectangular region contained within a
view. |
Graphics |
The Graphics class handles all the drawing primitives functions that can be
called from the paint method of a CanvasScreen . |
|
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
Constant Value:
32
(0x00000020)
public
static
final
int
HCENTER
Constant Value:
1
(0x00000001)
public
static
final
int
LEFT
Constant Value:
4
(0x00000004)
public
static
final
int
RIGHT
Constant Value:
8
(0x00000008)
public
static
final
int
TOP
Constant Value:
16
(0x00000010)
public
static
final
int
VCENTER
Vertical center or middle
Constant Value:
2
(0x00000002)