public class TransitionValueBase extends java.lang.Object implements ITransitionValueBase
Base class for slide transition effects.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two TransitionValueBase instances are equal.
|
int |
hashCode()
Serves as a hash function for a particular type, suitable for use
in hashing algorithms and data structures like a hash table.
|
public boolean equals(java.lang.Object obj)
Determines whether the two TransitionValueBase instances are equal.
equals
in class java.lang.Object
obj
- The TransitionValueBase to compare with the current TransitionValueBase.public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object