net.sourceforge.plantuml.ugraphic
Class SpriteMonochrome

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.SpriteMonochrome
All Implemented Interfaces:
Sprite

public class SpriteMonochrome
extends Object
implements Sprite


Method Summary
 TextBlock asTextBlock(HtmlColor color)
           
 int getHeight()
           
 UImage toUImage(ColorMapper colorMapper, HtmlColor backcolor, HtmlColor color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeight

public int getHeight()

toUImage

public UImage toUImage(ColorMapper colorMapper,
                       HtmlColor backcolor,
                       HtmlColor color)

asTextBlock

public TextBlock asTextBlock(HtmlColor color)
Specified by:
asTextBlock in interface Sprite


Copyright © 2013. All Rights Reserved.