Class LabelProvider.NodeDecorator

java.lang.Object
com.powsybl.sld.svg.LabelProvider.NodeDecorator
Enclosing interface:
LabelProvider

public static class LabelProvider.NodeDecorator extends Object
  • Constructor Details

    • NodeDecorator

      public NodeDecorator(String type, LabelPosition labelPosition)
      Creates a node decorator, with given type and position
      Parameters:
      type - decorator type; corresponds to the type defined in components.json file
      labelPosition - position of the decorator relatively to the center of the decorated node
  • Method Details