All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jwebmp.plugins.materialdesignicons.MaterialDesignIconSize Maven / Gradle / Ivy

package com.jwebmp.plugins.materialdesignicons;

import com.jwebmp.core.base.interfaces.ICssClassName;

import static com.jwebmp.core.utilities.StaticStrings.*;

public enum MaterialDesignIconSize
		implements ICssClassName
{
	$18,
	$24,
	$36,
	$48,
	;

	@Override
	public String toString()
	{
		return "md-" + name().toLowerCase()
		                     .replace(CHAR_UNDERSCORE, CHAR_DASH)
		                     .replaceAll("\\$", "");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy