|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectholoedit.util.Ut
public class Ut
Field Summary | |
---|---|
static java.lang.String |
APP_PATH
|
static HoloMenuBar |
barMenu
|
static java.lang.String |
dirCar
Les codes de caractere etant differents sous mac et pc, chaque fois qu'on fait appel a certains d'entre eux on vient les chercher ici. |
static int |
DIRTY_ALL
|
static int |
DIRTY_ROOM
|
static int |
DIRTY_ROOM3D
|
static int |
DIRTY_SCORE
|
static int |
DIRTY_TIME
|
static int |
drawPtsNb
|
static java.lang.String |
hv
|
static int |
INIT_TRACK_NB
|
static boolean |
MAC
boolean permettant de determiner l'environnement cette distinction permet de compiler l'application sur n'importe quelle plate-forme tout en permettant l'execution du code compile sur n'importe quelle plate-forme. |
static int |
MAX_TRACK_NB
|
static char |
numCar
le petit rond ° / ¡ |
static char |
numCar2
|
static int |
OLD_TRACK_NB
|
static double |
version
|
Constructor Summary | |
---|---|
Ut()
|
Method Summary | |
---|---|
static void |
alert(java.lang.String title,
java.lang.String message)
|
static boolean |
between(double v,
double l,
double u)
|
static boolean |
between(float v,
float l,
float u)
|
static boolean |
between(int v,
int l,
int u)
|
static double |
clip(double value,
double lowlim,
double uplim)
|
static float |
clip(float value,
float lowlim,
float uplim)
|
static int |
clip(int value,
int lowlim,
int uplim)
|
static double |
clipL(double value,
double lowlim)
|
static float |
clipL(float value,
float lowlim)
Returns the greater of two float values. |
static int |
clipL(int value,
int lowlim)
Returns the greater of two int values. |
static double |
clipU(double value,
double uplim)
|
static float |
clipU(float value,
float uplim)
|
static int |
clipU(int value,
int uplim)
Returns the smaller of two int values. |
static java.lang.String |
dir(java.lang.String s)
|
static double |
interpol(double f1,
double f2,
double step)
|
static float |
interpol(float f1,
float f2,
double step)
|
static int |
interpol(int f1,
int f2,
double step)
|
static java.lang.String |
intToDate(int dateNum)
date en centieme de secondes |
static boolean |
isPair(int i)
|
static double |
max(double a,
double b)
|
static float |
max(float a,
float b)
|
static float |
max(float a,
float b,
float c)
Returns the greater of three float values. |
static int |
max(int a,
int b)
|
static int |
max(int a,
int b,
int c)
Returns the greater of three int values. |
static double |
mean(double a,
double b)
|
static float |
mean(float a,
float b)
|
static int |
mean(int a,
int b)
|
static double |
min(double a,
double b)
|
static float |
min(float a,
float b)
|
static float |
min(float a,
float b,
float c)
Returns the smaller of three float values. |
static int |
min(int a,
int b)
|
static int |
min(int a,
int b,
int c)
Returns the smaller of three int values. |
static double |
mod(double value,
double modulo)
|
static float |
mod(float value,
float modulo)
|
static int |
mod(int value,
int modulo)
|
static int |
modabs(int value,
int modulo)
|
static double |
modSigned(double value,
double modulo)
|
static float |
modSigned(float value,
float modulo)
|
static int |
modSigned(int value,
int modulo)
|
static java.lang.String |
msToHMSMS(float ms)
|
static void |
post(java.lang.String s)
|
static void |
print(java.lang.String str)
|
static int |
readInt1(byte[] array,
int offset)
|
static int |
readInt2(byte[] array,
int offset)
|
static int |
readInt3(byte[] array,
int offset)
|
static int |
readInt4(byte[] array,
int offset)
|
static java.lang.String |
readString(byte[] array,
int offset,
int charNum)
|
static int |
readUnsignedByte(byte[] array,
int offset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String APP_PATH
public static boolean MAC
public static java.lang.String dirCar
public static char numCar
public static char numCar2
public static java.lang.String hv
public static double version
public static HoloMenuBar barMenu
public static int drawPtsNb
public static final int INIT_TRACK_NB
public static final int OLD_TRACK_NB
public static final int MAX_TRACK_NB
public static final int DIRTY_ALL
public static final int DIRTY_ROOM
public static final int DIRTY_ROOM3D
public static final int DIRTY_SCORE
public static final int DIRTY_TIME
Constructor Detail |
---|
public Ut()
Method Detail |
---|
public static void post(java.lang.String s)
public static int min(int a, int b)
public static float min(float a, float b)
public static double min(double a, double b)
public static int min(int a, int b, int c)
public static float min(float a, float b, float c)
public static int max(int a, int b)
public static float max(float a, float b)
public static double max(double a, double b)
public static int max(int a, int b, int c)
public static float max(float a, float b, float c)
public static int mean(int a, int b)
public static float mean(float a, float b)
public static double mean(double a, double b)
public static int mod(int value, int modulo)
public static float mod(float value, float modulo)
public static double mod(double value, double modulo)
public static int modabs(int value, int modulo)
public static int clipL(int value, int lowlim)
public static float clipL(float value, float lowlim)
public static int clipU(int value, int uplim)
public static float clipU(float value, float uplim)
public static int clip(int value, int lowlim, int uplim)
public static double clip(double value, double lowlim, double uplim)
public static float clip(float value, float lowlim, float uplim)
public static int modSigned(int value, int modulo)
public static float modSigned(float value, float modulo)
public static double modSigned(double value, double modulo)
public static double clipL(double value, double lowlim)
public static double clipU(double value, double uplim)
public static boolean isPair(int i)
public static int interpol(int f1, int f2, double step)
public static float interpol(float f1, float f2, double step)
public static double interpol(double f1, double f2, double step)
public static boolean between(int v, int l, int u)
public static boolean between(float v, float l, float u)
public static boolean between(double v, double l, double u)
public static java.lang.String intToDate(int dateNum)
public static java.lang.String msToHMSMS(float ms)
public static int readInt4(byte[] array, int offset)
public static int readUnsignedByte(byte[] array, int offset)
public static int readInt1(byte[] array, int offset)
public static int readInt2(byte[] array, int offset)
public static int readInt3(byte[] array, int offset)
public static java.lang.String readString(byte[] array, int offset, int charNum)
public static void alert(java.lang.String title, java.lang.String message)
public static java.lang.String dir(java.lang.String s)
public static void print(java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |