Class UGraphicInterceptorTile
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
-
- net.sourceforge.plantuml.sequencediagram.teoz.UGraphicInterceptorTile
-
public class UGraphicInterceptorTile extends UGraphicDelegator implements Context2D
-
-
Constructor Summary
Constructors Constructor Description UGraphicInterceptorTile(UGraphic ug, boolean isBackground)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)voiddraw(UShape shape)booleanisBackground()-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
-
-
-
Constructor Detail
-
UGraphicInterceptorTile
public UGraphicInterceptorTile(UGraphic ug, boolean isBackground)
-
-
Method Detail
-
draw
public void draw(UShape shape)
- Specified by:
drawin interfaceUGraphic- Overrides:
drawin classUGraphicDelegator
-
isBackground
public boolean isBackground()
- Specified by:
isBackgroundin interfaceContext2D
-
-