A B C D E G H I N P R S T

A

addObserver(Observer) - Method in interface barsuift.simLife.IObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.

B

barsuift.simLife - package barsuift.simLife
 

C

compareTo(Percent) - Method in class barsuift.simLife.Percent
 
countObservers() - Method in interface barsuift.simLife.IObservable
Returns the number of observers of this Observable object.

D

deleteObserver(Observer) - Method in interface barsuift.simLife.IObservable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in interface barsuift.simLife.IObservable
Clears the observer list so that this object no longer has any observers.

E

equals(Object) - Method in class barsuift.simLife.Percent
 
equals(Object) - Method in class barsuift.simLife.PercentState
 

G

getDecimalValue(int) - Static method in class barsuift.simLife.PercentHelper
Returns a BigDecimal value between 0 and 1 from the given value, which must be comprised between 0 and 100
getIntValue() - Method in class barsuift.simLife.Percent
 
getState() - Method in class barsuift.simLife.Percent
 
getValue() - Method in class barsuift.simLife.Percent
 
getValue() - Method in class barsuift.simLife.PercentState
 

H

hasChanged() - Method in interface barsuift.simLife.IObservable
Tests if this object has changed.
hashCode() - Method in class barsuift.simLife.Percent
 
hashCode() - Method in class barsuift.simLife.PercentState
 

I

IObservable - Interface in barsuift.simLife
 

N

notifyObservers() - Method in interface barsuift.simLife.IObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in interface barsuift.simLife.IObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.

P

Percent - Class in barsuift.simLife
Immutable percent number.
Percent() - Constructor for class barsuift.simLife.Percent
Creates a random percentage value
Percent(Percent) - Constructor for class barsuift.simLife.Percent
Creates a percent which is a copy of the given percent
Percent(PercentState) - Constructor for class barsuift.simLife.Percent
Creates a percent from given PercentState value
Percent(int) - Constructor for class barsuift.simLife.Percent
Creates a percent from given int value
Percent(BigDecimal) - Constructor for class barsuift.simLife.Percent
Creates a percent from given BigDecimal value
PercentHelper - Class in barsuift.simLife
 
PercentState - Class in barsuift.simLife
 
PercentState() - Constructor for class barsuift.simLife.PercentState
 
PercentState(BigDecimal) - Constructor for class barsuift.simLife.PercentState
 
PercentState(PercentState) - Constructor for class barsuift.simLife.PercentState
 

R

random1() - Static method in class barsuift.simLife.Randomizer
 
random2() - Static method in class barsuift.simLife.Randomizer
 
random3() - Static method in class barsuift.simLife.Randomizer
 
random4() - Static method in class barsuift.simLife.Randomizer
 
randomBetween(int, int) - Static method in class barsuift.simLife.Randomizer
 
Randomizer - Class in barsuift.simLife
 
randomRotation() - Static method in class barsuift.simLife.Randomizer
Random angle for rotation

S

setValue(BigDecimal) - Method in class barsuift.simLife.PercentState
 

T

toPercent() - Method in class barsuift.simLife.PercentState
 
toString() - Method in class barsuift.simLife.Percent
Return a formatted string representing the percent value, in the form xx.00%
toString() - Method in class barsuift.simLife.PercentState
 

A B C D E G H I N P R S T

Copyright © 2010. All Rights Reserved.