Package org.htmlunit.html.impl
Class Color
- java.lang.Object
-
- org.htmlunit.html.impl.Color
-
public class Color extends java.lang.Object
Our own implementation of color to be independent of awt (for this).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getAlpha()
int
getBlue()
int
getGreen()
int
getRed()
int
hashCode()
-
-
-
Method Detail
-
getRed
public int getRed()
-
getGreen
public int getGreen()
-
getBlue
public int getBlue()
-
getAlpha
public int getAlpha()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-