Class SpriteImage

java.lang.Object
net.sourceforge.plantuml.sprite.SpriteImage
All Implemented Interfaces:
Sprite

public class SpriteImage extends java.lang.Object implements Sprite
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpriteImage(java.awt.image.BufferedImage img)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    asTextBlock(HColor color, double scale, ColorMapper colorMapper)
     
    static Sprite
    fromInternal(java.lang.String name)
     
    static java.io.InputStream
    getInternalSprite(java.lang.String inner)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpriteImage

      public SpriteImage(java.awt.image.BufferedImage img)
  • Method Details

    • asTextBlock

      public TextBlock asTextBlock(HColor color, double scale, ColorMapper colorMapper)
      Specified by:
      asTextBlock in interface Sprite
    • fromInternal

      public static Sprite fromInternal(java.lang.String name)
    • getInternalSprite

      public static java.io.InputStream getInternalSprite(java.lang.String inner)