org.jhotdraw8.draw.xml.converter.EffectXmlCssConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jhotdraw8.draw Show documentation
Show all versions of org.jhotdraw8.draw Show documentation
JHotDraw8 Drawing Framework
The newest version!
/*
* @(#)XmlEffectConverter.java
* Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
*/
package org.jhotdraw8.draw.xml.converter;
import org.jhotdraw8.draw.css.converter.EffectCssConverter;
/**
* XmlEffectConverter.
*
* @author Werner Randelshofer
*/
public class EffectXmlCssConverter extends EffectCssConverter {
public EffectXmlCssConverter() {
}
}