info.aduna.gee.spectacle.gee
Class NavigationStepState

java.lang.Object
  extended by info.aduna.gee.spectacle.gee.NavigationStepState

public class NavigationStepState
extends Object

NavigationStepState This could have been implemented by an inner class of NavigationSpecification. You should never use this class directly.


Constructor Summary
NavigationStepState(NavigationStep step, Set sharedLabels, NavigationSpecification navSpec, int offset)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationStepState

public NavigationStepState(NavigationStep step,
                           Set sharedLabels,
                           NavigationSpecification navSpec,
                           int offset)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.