Class PLColorMicroTypeConverter

java.lang.Object
com.helger.pdflayout.config.xml.PLColorMicroTypeConverter
All Implemented Interfaces:
com.helger.xml.microdom.convert.IMicroTypeConverter<PLColor>

public final class PLColorMicroTypeConverter extends Object implements com.helger.xml.microdom.convert.IMicroTypeConverter<PLColor>
Micro type converter for class PLColor.
Since:
7.2.0
Author:
Philip Helger
  • Constructor Details

    • PLColorMicroTypeConverter

      public PLColorMicroTypeConverter()
  • Method Details

    • convertToMicroElement

      @Nonnull public com.helger.xml.microdom.IMicroElement convertToMicroElement(@Nonnull PLColor aObject, @Nullable String sNamespaceURI, @Nonnull String sTagName)
      Specified by:
      convertToMicroElement in interface com.helger.xml.microdom.convert.IMicroTypeConverter<PLColor>
    • convertToNative

      @Nonnull public PLColor convertToNative(@Nonnull com.helger.xml.microdom.IMicroElement aElement)
      Specified by:
      convertToNative in interface com.helger.xml.microdom.convert.IMicroTypeConverter<PLColor>