com.threerings.opengl.gui.text
Class StringTextFactory.GlowKey

java.lang.Object
  extended by com.threerings.opengl.gui.text.StringTextFactory.GlowKey
All Implemented Interfaces:
Cloneable
Enclosing class:
StringTextFactory

protected static class StringTextFactory.GlowKey
extends Object
implements Cloneable


Field Summary
 char c
           
 Color4f color
           
 int size
           
 
Constructor Summary
protected StringTextFactory.GlowKey()
           
 
Method Summary
 StringTextFactory.GlowKey cloneKey()
           
 boolean equals(Object other)
           
 int hashCode()
           
 StringTextFactory.GlowKey init(char c, Color4f color, int size)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public char c

color

public Color4f color

size

public int size
Constructor Detail

StringTextFactory.GlowKey

protected StringTextFactory.GlowKey()
Method Detail

init

public StringTextFactory.GlowKey init(char c,
                                      Color4f color,
                                      int size)

cloneKey

public StringTextFactory.GlowKey cloneKey()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object