Package net.sourceforge.plantuml.svek
Class Kal
- java.lang.Object
-
- net.sourceforge.plantuml.svek.Kal
-
-
Constructor Summary
Constructors Constructor Description Kal(SvekLine svekLine, String text, FontConfiguration font, ISkinParam skinParam, EntityImpl entity, Link link, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
XDimension2D
getDimension()
Direction
getPosition()
double
getX1()
double
getX2()
void
moveX(double dx)
double
overlapx(Kal other)
void
setTranslate(UTranslate translate)
-
-
-
Constructor Detail
-
Kal
public Kal(SvekLine svekLine, String text, FontConfiguration font, ISkinParam skinParam, EntityImpl entity, Link link, StringBounder stringBounder)
-
-
Method Detail
-
getDimension
public XDimension2D getDimension()
-
getX1
public double getX1()
-
getX2
public double getX2()
-
getPosition
public final Direction getPosition()
-
setTranslate
public void setTranslate(UTranslate translate)
-
overlapx
public double overlapx(Kal other)
-
moveX
public void moveX(double dx)
-
-