Class UGraphicInterceptorOneSwimlane
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.UGraphicInterceptorOneSwimlane
-
- All Implemented Interfaces:
UGraphic
public class UGraphicInterceptorOneSwimlane extends UGraphicDelegator
-
-
Constructor Summary
Constructors Constructor Description UGraphicInterceptorOneSwimlane(UGraphic ug, Swimlane swimlane, java.util.List<Swimlane> orderedList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
draw(UShape shape)
java.util.List<Swimlane>
getOrderedListOfAllSwimlanes()
Swimlane
getSwimlane()
-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
-