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.Objectobj - 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.ObjectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.