net.sourceforge.plantuml.ugraphic
Class UGraphicCompress

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.UGraphicDelegator
      extended by net.sourceforge.plantuml.ugraphic.UGraphicCompress
All Implemented Interfaces:
UGraphic

public class UGraphicCompress
extends UGraphicDelegator


Constructor Summary
UGraphicCompress(UGraphic ug, CompressionTransform compressionTransform)
           
 
Method Summary
 UGraphic apply(UChange change)
           
 void draw(UShape shape)
           
 
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeAction, flushUg, getColorMapper, getParam, getStringBounder, getUg, startUrl, writeImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UGraphicCompress

public UGraphicCompress(UGraphic ug,
                        CompressionTransform compressionTransform)
Method Detail

apply

public UGraphic apply(UChange change)

draw

public void draw(UShape shape)
Specified by:
draw in interface UGraphic
Overrides:
draw in class UGraphicDelegator


Copyright © 2014. All Rights Reserved.