com.aspose.slides
Class TransitionValueBase

java.lang.Object
  extended by com.aspose.slides.TransitionValueBase
All Implemented Interfaces:
ITransitionValueBase
Direct Known Subclasses:
CornerDirectionTransition, EightDirectionTransition, EmptyTransition, FlyThroughTransition, GlitterTransition, InOutTransition, LeftRightDirectionTransition, OptionalBlackTransition, OrientationTransition, RevealTransition, RippleTransition, ShredTransition, SideDirectionTransition, SplitTransition, WheelTransition

public class TransitionValueBase
extends java.lang.Object
implements ITransitionValueBase

Base class for slide transition effects.


Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)

Determines whether the two TransitionValueBase instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The TransitionValueBase to compare with the current TransitionValueBase.
Returns:
<b>true</b> if the specified TransitionValueBase is equal to the current TransitionValueBase; otherwise, <b>false</b>.

hashCode

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.

Overrides:
hashCode in class java.lang.Object
Returns:
23454


Overriden to make compiler happy. Always returns constant because object is mutable.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.