Uses of Enum
org.carrot2.labs.smartsprites.SmartSpritesParameters.PngDepth
Packages that use SmartSpritesParameters.PngDepth
-
Uses of SmartSpritesParameters.PngDepth in org.carrot2.labs.smartsprites
Fields in org.carrot2.labs.smartsprites declared as SmartSpritesParameters.PngDepthModifier and TypeFieldDescriptionstatic final SmartSpritesParameters.PngDepth
SmartSpritesParameters.DEFAULT_SPRITE_PNG_DEPTH
By default, we use full color only when necessary.Methods in org.carrot2.labs.smartsprites that return SmartSpritesParameters.PngDepthModifier and TypeMethodDescriptionSmartSpritesParameters.getSpritePngDepth()
Gets the sprite png depth.Returns the enum constant of this type with the specified name.static SmartSpritesParameters.PngDepth[]
SmartSpritesParameters.PngDepth.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.carrot2.labs.smartsprites with parameters of type SmartSpritesParameters.PngDepthModifierConstructorDescriptionSmartSpritesParameters
(String rootDir, List<String> cssFiles, String outputDir, String documentRootDir, Message.MessageLevel logLevel, String cssFileSuffix, SmartSpritesParameters.PngDepth spritePngDepth, String cssEncoding) Creates the parameters.SmartSpritesParameters
(String rootDir, List<String> cssFiles, String outputDir, String documentRootDir, Message.MessageLevel logLevel, String cssFileSuffix, SmartSpritesParameters.PngDepth spritePngDepth, String cssEncoding, boolean markSpriteImages) Creates the parameters.