Class CollisionDetector
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- net.sourceforge.plantuml.activitydiagram3.ftile.CollisionDetector
-
- All Implemented Interfaces:
UGraphic
public class CollisionDetector extends UGraphicNo
-
-
Constructor Summary
Constructors Constructor Description CollisionDetector(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
draw(UShape shape)
void
drawDebug(UGraphic ug)
void
setManageSnakes(boolean manageSnakes)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Constructor Detail
-
CollisionDetector
public CollisionDetector(StringBounder stringBounder)
-
-