|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedugraf.jadix.primitivas.Primitiva
public class Primitiva
A classe Primitiva possui métodos auxiliares ao aplique.
| Constructor Summary | |
|---|---|
Primitiva()
|
|
| Method Summary | |
|---|---|
static void |
descansar(double segundos)
Faz o aplique descansar durante um determinado tempo em segundos. |
static int |
gerarAleatório(int extremoInferior,
int extremoSuperior)
Gera um número aleatório entre o intervalo fechado formado pelos parâmetros especificados. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Primitiva()
| Method Detail |
|---|
public static void descansar(double segundos)
segundos - O tempo de descanso do aplique em segundos.
public static int gerarAleatório(int extremoInferior,
int extremoSuperior)
extremoInferior - valor mínimo possível para o número que será gerado
aleatóriamente.extremoSuperior - valor máximo possível para o número que será gerado
aleatóriamente.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||