예제 #1
0
  /**
   * Returns the color corresponding to the given string
   *
   * @param handle a svg handle
   * @param colorString a string representing a color
   * @return the color corresponding to the given string
   */
  public Color getColor(SVGHandle handle, String colorString) {

    return SVGColorsManager.getColor(colorString);
  }