Package rocket.util.client

Examples of rocket.util.client.Colour


  protected Style(){
    super();
  }
 
  static Colour getColour0( final String string ){
    Colour colour = null;
   
    if (false == Tester.isNullOrEmpty(string)) {
      colour = Colour.parse(string);
    }
   
View Full Code Here

TOP

Related Classes of rocket.util.client.Colour

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.