NASA World Wind

gov.nasa.worldwind.render
Class TextRendererCache.CacheKey

java.lang.Object
  extended by gov.nasa.worldwind.render.TextRendererCache.CacheKey
Enclosing class:
TextRendererCache

public static class TextRendererCache.CacheKey
extends Object


Constructor Summary
TextRendererCache.CacheKey(Font font, boolean antialiased, boolean useFractionalMetrics, boolean mipmap)
           
 
Method Summary
 boolean equals(Object o)
           
 Font getFont()
           
 int hashCode()
           
 boolean isAntialiased()
           
 boolean isMipmap()
           
 boolean isUseFractionalMetrics()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRendererCache.CacheKey

public TextRendererCache.CacheKey(Font font,
                                  boolean antialiased,
                                  boolean useFractionalMetrics,
                                  boolean mipmap)
Method Detail

equals

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

getFont

public final Font getFont()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isAntialiased

public final boolean isAntialiased()

isMipmap

public final boolean isMipmap()

isUseFractionalMetrics

public final boolean isUseFractionalMetrics()

NASA World Wind

Hosted by docs.bugaco.com