org.openqa.selenium.support
Class Color

java.lang.Object
  extended by org.openqa.selenium.support.Color

public class Color
extends Object


Method Summary
 String asHex()
           
 String asRgb()
           
 String asRgba()
           
 boolean equals(Object other)
           
static Color fromString(String value)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromString

public static Color fromString(String value)

asRgb

public String asRgb()

asRgba

public String asRgba()

asHex

public String asHex()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.