|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TipoCarta | |
---|---|
SetteeMezzo.mazzo | |
SetteeMezzo.util |
Uses of TipoCarta in SetteeMezzo.mazzo |
---|
Methods in SetteeMezzo.mazzo that return TipoCarta | |
---|---|
TipoCarta |
Mazzo.daiPunto()
Restituisce il Punto della carta |
TipoCarta |
Carta.daiPunto()
Restituisce il Punto della carta (dipende dal mazzo) |
static TipoCarta |
TipoCarta.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TipoCarta[] |
TipoCarta.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in SetteeMezzo.mazzo with parameters of type TipoCarta | |
---|---|
Carta(TipoCarta aPunto,
double aValore,
Seme aSeme)
Costruttore della carta |
Uses of TipoCarta in SetteeMezzo.util |
---|
Methods in SetteeMezzo.util with parameters of type TipoCarta | |
---|---|
java.lang.Double |
PunteggioSetteMezzo.get(TipoCarta tipoCarta)
|
void |
PunteggioSetteMezzo.put(TipoCarta tipoCarta,
java.lang.Double valore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |