Package net.sourceforge.plantuml.svek
Class UGraphicForSnake
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.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 UGraphic
apply(UChange change)
void
draw(UShape shape)
void
flushUg()
UTranslate
getTranslation()
String
toString()
-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Constructor Detail
-
UGraphicForSnake
public UGraphicForSnake(UGraphic ug)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classUGraphicDelegator
-
getTranslation
public UTranslate getTranslation()
-
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
-
-