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 implements UGraphic
-
-
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)
double
dpiFactor()
void
draw(UShape shape)
void
drawDebug(UGraphic ug)
void
flushUg()
ColorMapper
getColorMapper()
UParam
getParam()
StringBounder
getStringBounder()
boolean
matchesProperty(java.lang.String propertyName)
void
setManageSnakes(boolean manageSnakes)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, startGroup, startUrl
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
closeGroup, closeUrl, startGroup, startUrl
-
-
-
-
Constructor Detail
-
CollisionDetector
public CollisionDetector(StringBounder stringBounder)
-
-
Method Detail
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
-
drawDebug
public void drawDebug(UGraphic ug)
-
setManageSnakes
public final void setManageSnakes(boolean manageSnakes)
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
-
dpiFactor
public double dpiFactor()
-
-