예제 #1
0
  /**
   * Returns the string representation of the given color
   *
   * @param color a color
   * @return the string representation of the given color
   */
  public String getColorString(Color color) {

    return SVGColorsManager.getColorString(color);
  }