Package net.sourceforge.plantuml.emoji
Class UGraphicWithScale
java.lang.Object
net.sourceforge.plantuml.emoji.UGraphicWithScale
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyMatrix
(double v1, double v2, double v3, double v4, double v5, double v6) applyRotate
(double angle, double x, double y) applyScale
(double changex, double changey) applyTranslate
(double x, double y) void
getUg()
-
Constructor Details
-
UGraphicWithScale
-
-
Method Details
-
getUg
-
apply
-
applyScale
-
draw
-
applyRotate
-
applyTranslate
-
getAffineTransform
-
applyMatrix
public UGraphicWithScale applyMatrix(double v1, double v2, double v3, double v4, double v5, double v6)
-