Class Zebra
java.lang.Object
de.uplanet.lucy.server.auxiliaries.Zebra
Create zebra colors and other zebraish strings.
-
Method Summary
Modifier and TypeMethodDescriptiongetBra()
Get the second stripe.Get the same stripe as with the last call togetSameStripe()
, orgetStripe(int)
.Get the current stripe, and then switch to the other stripe.getStripe
(int p_iStripe) Get the stripe at the given index, then switch to the other stripe.getZe()
Get the first stripe.
-
Method Details
-
getZe
Get the first stripe.- Returns:
- The first stripe.
-
getBra
Get the second stripe.- Returns:
- The second stripe.
-
getStripe
Get the current stripe, and then switch to the other stripe.- Returns:
- The current stripe.
-
getSameStripe
Get the same stripe as with the last call togetSameStripe()
, orgetStripe(int)
.- Returns:
- The same stripe as before.
-
getStripe
Get the stripe at the given index, then switch to the other stripe.- Parameters:
p_iStripe
- The stripe index.- Returns:
- The first stripe for even, and the second stripe for odd integers.
-