Groovy Documentation

griffon.javafx.formatters
[Java] Class ColorFormatter.LongColorFormatterDelegate

java.lang.Object
  AbstractColorFormatterDelegate
      griffon.javafx.formatters.ColorFormatter.LongColorFormatterDelegate

private static class ColorFormatter.LongColorFormatterDelegate
extends AbstractColorFormatterDelegate

Constructor Summary
private ColorFormatter.LongColorFormatterDelegate()

 
Method Summary
String format(javafx.scene.paint.Color color)

javafx.scene.paint.Color parse(String str)

 

Constructor Detail

ColorFormatter.LongColorFormatterDelegate

private ColorFormatter.LongColorFormatterDelegate()


 
Method Detail

format

public String format(javafx.scene.paint.Color color)


parse

public javafx.scene.paint.Color parse(String str)


 

Groovy Documentation