Package net.sourceforge.plantuml.sprite
Class SpriteUtils
- java.lang.Object
-
- net.sourceforge.plantuml.sprite.SpriteUtils
-
public class SpriteUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPRITE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringencode(BufferedImage img, String name, SpriteGrayLevel level)static StringencodeColor(BufferedImage img, String name)static StringencodeCompressed(BufferedImage img, String name, SpriteGrayLevel level)
-
-
-
Field Detail
-
SPRITE_NAME
public static final String SPRITE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
encodeColor
public static String encodeColor(BufferedImage img, String name)
-
encode
public static String encode(BufferedImage img, String name, SpriteGrayLevel level)
-
encodeCompressed
public static String encodeCompressed(BufferedImage img, String name, SpriteGrayLevel level)
-
-