Uses of Class
com.github.weisj.jsvg.paint.impl.DefaultPaintParser.ColorLookup.Cache
-
Packages that use DefaultPaintParser.ColorLookup.Cache Package Description com.github.weisj.jsvg.paint.impl -
-
Uses of DefaultPaintParser.ColorLookup.Cache in com.github.weisj.jsvg.paint.impl
Methods in com.github.weisj.jsvg.paint.impl that return DefaultPaintParser.ColorLookup.Cache Modifier and Type Method Description static DefaultPaintParser.ColorLookup.CacheDefaultPaintParser.ColorLookup.Cache. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DefaultPaintParser.ColorLookup.Cache[]DefaultPaintParser.ColorLookup.Cache. values()Returns an array containing the constants of this enum type, in the order they are declared.
-