Class UGraphicCrossing
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.ugraphic.crossing.UGraphicCrossing
-
- All Implemented Interfaces:
UGraphic
public class UGraphicCrossing extends UGraphicDelegator implements UGraphic
-
-
Constructor Summary
Constructors Constructor Description UGraphicCrossing(UGraphic ug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
draw(UShape shape)
void
flushUg()
-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, getColorMapper, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
closeGroup, closeUrl, getColorMapper, getParam, getStringBounder, matchesProperty, startGroup, startUrl
-
-
-
-
Constructor Detail
-
UGraphicCrossing
public UGraphicCrossing(UGraphic ug)
-
-
Method Detail
-
draw
public void draw(UShape shape)
- Specified by:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-
flushUg
public void flushUg()
- Specified by:
flushUg
in interfaceUGraphic
- Overrides:
flushUg
in classUGraphicDelegator
-
-