Class UGraphicInterceptorUDrawable2
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.activitydiagram3.ftile.UGraphicInterceptorUDrawable2
-
- All Implemented Interfaces:
UGraphic
public class UGraphicInterceptorUDrawable2 extends UGraphicDelegator
-
-
Constructor Summary
Constructors Constructor Description UGraphicInterceptorUDrawable2(UGraphic ug, Map<String,UTranslate> positions)
-
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
-
-
-
-
Constructor Detail
-
UGraphicInterceptorUDrawable2
public UGraphicInterceptorUDrawable2(UGraphic ug, Map<String,UTranslate> positions)
-
-