ValidatorFX icon indicating copy to clipboard operation
ValidatorFX copied to clipboard

Allow modification of default graphic decoration

Open effad opened this issue 1 year ago • 0 comments

The default graphic decoration cannot be modified in any way (e.g. fontsize) at the moment. This should be made possible by:

  • Changing the return type of net.synedra.validatorfx.DefaultDecoration.createGraphicDecoration(ValidationMessage) to GraphicDecoration
    • createStyleClassDecoration should be changed as well for consistency
  • Adding a getDecorationNode method to GraphicDecoration, which will allow access to the decoration node.

effad avatar May 06 '24 11:05 effad