Class SpriteSvg

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

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

    Constructors
    Constructor
    Description
    SpriteSvg(java.lang.String svg)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    asTextBlock(HColor color, double scale, ColorMapper colorMapper)
     

    Methods inherited from class java.lang.Object

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

    • SpriteSvg

      public SpriteSvg(java.lang.String svg)
  • Method Details