Package net.sourceforge.plantuml.wire
Class WPrint
- java.lang.Object
-
- net.sourceforge.plantuml.wire.WPrint
-
public class WPrint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WPrint(ISkinParam skinParam, UTranslate position, HColor color, Display label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawMe(UGraphic ug)
double
getHeight(StringBounder stringBounder)
UChange
getPosition()
-
-
-
Constructor Detail
-
WPrint
public WPrint(ISkinParam skinParam, UTranslate position, HColor color, Display label)
-
-
Method Detail
-
getPosition
public UChange getPosition()
-
drawMe
public void drawMe(UGraphic ug)
-
getHeight
public double getHeight(StringBounder stringBounder)
-
-