Class UGraphicInterceptorTile
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.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 UGraphic
apply(UChange change)
void
draw(UShape shape)
boolean
isBackground()
-
Methods inherited from class net.sourceforge.plantuml.graphic.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:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-
isBackground
public boolean isBackground()
- Specified by:
isBackground
in interfaceContext2D
-
-