Groovy Documentation

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

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

private static class ColorFormatter.LongWithAlphaColorFormatterDelegate
extends AbstractColorFormatterDelegate

Constructor Summary
private ColorFormatter.LongWithAlphaColorFormatterDelegate()

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

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

 

Constructor Detail

ColorFormatter.LongWithAlphaColorFormatterDelegate

private ColorFormatter.LongWithAlphaColorFormatterDelegate()


 
Method Detail

format

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


parse

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


 

Groovy Documentation