Groovy Documentation

griffon.swing.formatters
[Java] Interface ColorFormatter.ColorFormatterDelegate


private static interface ColorFormatter.ColorFormatterDelegate

Method Summary
String format(Color color)

String getPattern()

Color parse(String str)

 

Method Detail

format

public String format(Color color)


getPattern

public String getPattern()


parse

public Color parse(String str)


 

Groovy Documentation