Groovy Documentation

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

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

private static class ColorFormatter.ShortWithAlphaColorFormatterDelegate
extends AbstractColorFormatterDelegate

Constructor Summary
private ColorFormatter.ShortWithAlphaColorFormatterDelegate()

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

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

 

Constructor Detail

ColorFormatter.ShortWithAlphaColorFormatterDelegate

private ColorFormatter.ShortWithAlphaColorFormatterDelegate()


 
Method Detail

format

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


parse

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


 

Groovy Documentation