net.sourceforge.plantuml.svek
Class UGraphicLineMerger

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

public class UGraphicLineMerger
extends UGraphicDelegator


Constructor Summary
UGraphicLineMerger(UGraphic ug)
           
UGraphicLineMerger(UGraphic ug, double dx, double dy, java.util.List<net.sourceforge.plantuml.svek.UGraphicLineMerger.MyLine> pendingLine)
           
 
Method Summary
 UGraphic apply(UChange change)
           
 void draw(UShape shape)
           
 
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeAction, 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

UGraphicLineMerger

public UGraphicLineMerger(UGraphic ug)

UGraphicLineMerger

public UGraphicLineMerger(UGraphic ug,
                          double dx,
                          double dy,
                          java.util.List<net.sourceforge.plantuml.svek.UGraphicLineMerger.MyLine> pendingLine)
Method Detail

draw

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

apply

public UGraphic apply(UChange change)


Copyright © 2013. All Rights Reserved.