Class ColorColorTranslator

java.lang.Object
org.tentackle.fx.translate.AbstractValueTranslator<T,T>
org.tentackle.fx.translate.IdentityTranslator<javafx.scene.paint.Color>
org.tentackle.fx.translate.ColorColorTranslator
All Implemented Interfaces:
ValueTranslator<javafx.scene.paint.Color,javafx.scene.paint.Color>

@ValueTranslatorService(modelClass=javafx.scene.paint.Color.class, viewClass=javafx.scene.paint.Color.class) public class ColorColorTranslator extends IdentityTranslator<javafx.scene.paint.Color>
A color/color identity translator.
Author:
harald
  • Constructor Details

    • ColorColorTranslator

      public ColorColorTranslator(FxComponent component)
      Creates the translator.
      Parameters:
      component - the component