Package net.sourceforge.plantuml.graphic
Class UGraphicInterceptorUDrawable
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.graphic.UGraphicInterceptorUDrawable
-
- All Implemented Interfaces:
UGraphic
public class UGraphicInterceptorUDrawable extends UGraphicDelegator
-
-
Constructor Summary
Constructors Constructor Description UGraphicInterceptorUDrawable(UGraphic ug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
draw(UShape shape)
-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
-