standup.symbol
Class CachedSVGSpec

java.lang.Object
  extended by standup.symbol.CachedSVGSpec

public class CachedSVGSpec
extends Object


Field Summary
private  int height
           
private  String symbolFile
           
 
Constructor Summary
CachedSVGSpec(String sf, int h)
           
 
Method Summary
 boolean equals(Object obj)
          Crucially, equality is only decided based on symbolFile and height -- this is how the cache indexing works!
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

symbolFile

private final String symbolFile

height

private final int height
Constructor Detail

CachedSVGSpec

public CachedSVGSpec(String sf,
                     int h)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Crucially, equality is only decided based on symbolFile and height -- this is how the cache indexing works!

Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object