com.github.megatronking.svg.generator.xml.IAttributeParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svg-generator Show documentation
Show all versions of svg-generator Show documentation
A SVG Support Library for Android
package com.github.megatronking.svg.generator.xml;
/**
* Define a interface to parse the attributes.
*
* @author Megatron King
* @since 2016/9/1 11:02
*/
public interface IAttributeParser extends IElementParser {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy