Class UGraphicHandwritten
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.ugraphic.hand.UGraphicHandwritten
-
- All Implemented Interfaces:
UGraphic
public class UGraphicHandwritten extends UGraphicDelegator implements UGraphic
-
-
Constructor Summary
Constructors Constructor Description UGraphicHandwritten(UGraphic ug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
draw(UShape shape)
-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
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, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Constructor Detail
-
UGraphicHandwritten
public UGraphicHandwritten(UGraphic ug)
-
-