Package org.jbox2d.testbed.pooling
Class ColorKey
java.lang.Object
org.jbox2d.testbed.pooling.ColorKey
class ColorKey
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
r
float r -
g
float g -
b
float b -
a
float a
-
-
Constructor Details
-
ColorKey
ColorKey()
-
-
Method Details
-
set
public void set(float argR, float argG, float argB) -
set
public void set(float argR, float argG, float argB, float argA) -
hashCode
public int hashCode()generated by eclipse! woooo!- Overrides:
hashCode
in classjava.lang.Object
- See Also:
-
equals
public boolean equals(java.lang.Object obj) generated by eclipse! woooo!- Overrides:
equals
in classjava.lang.Object
- See Also:
-