public class Selectpoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
_selectpointsId |
static int |
BOTTOM |
static int |
BOTTOM_LEFT |
static int |
BOTTOM_RIGHT |
static int |
LEFT |
static int |
RIGHT |
static int |
TOP |
static int |
TOP_LEFT |
static int |
TOP_RIGHT |
| Constructor and Description |
|---|
Selectpoint(int location)
Constructeur - Crée un point de sélection pour un élément.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Récupère le numéro du point de sélection.
|
int |
getLocation()
Récupère l'endroit où est affiché le point de sélection.
|
void |
setLocation(int location)
Paramètre l'endroit où doit être afficher le point de sélection.
|
public static int _selectpointsId
public static final int TOP_LEFT
public static final int TOP
public static final int TOP_RIGHT
public static final int LEFT
public static final int RIGHT
public static final int BOTTOM_LEFT
public static final int BOTTOM
public static final int BOTTOM_RIGHT
public Selectpoint(int location)
location - L'endroit où doit apparaître le point de sélection sur l'élément.public int getId()
public int getLocation()
public void setLocation(int location)
location - L'endroit où doit être affiché le point de sélection.