Package net.sourceforge.plantuml.svek
Class UGraphicForSnake
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
-
- net.sourceforge.plantuml.svek.UGraphicForSnake
-
- All Implemented Interfaces:
UGraphic
public class UGraphicForSnake extends UGraphicDelegator
-
-
Constructor Summary
Constructors Constructor Description UGraphicForSnake(UGraphic ug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)voiddraw(UShape shape)voidflushUg()UTranslategetTranslation()java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
closeGroup, closeUrl, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Constructor Detail
-
UGraphicForSnake
public UGraphicForSnake(UGraphic ug)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUGraphicDelegator
-
getTranslation
public UTranslate getTranslation()
-
draw
public void draw(UShape shape)
- Specified by:
drawin interfaceUGraphic- Overrides:
drawin classUGraphicDelegator
-
flushUg
public void flushUg()
- Specified by:
flushUgin interfaceUGraphic- Overrides:
flushUgin classUGraphicDelegator
-
-