Java Color Create color(String color, Object value)

Here you can find the source of color(String color, Object value)

Description

color

License

Open Source License

Declaration

private static String color(String color, Object value) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    private static String color(String color, Object value) {
        return "<html><span color=" + color + ">" + value + "</span>";
    }//from  w  w w .  j  ava 2  s . c o m
}

Related

  1. color(float red, float green, float blue)
  2. Color(int index)
  3. color(int red, int green, int blue, int alpha)
  4. color(int val)
  5. color(String color)
  6. color(String msg)
  7. color(String msg)
  8. color(String s)
  9. color(String s)