Package net.sourceforge.plantuml.emoji
Class UGraphicWithScale
java.lang.Object
net.sourceforge.plantuml.emoji.UGraphicWithScale
public class UGraphicWithScale
extends java.lang.Object
-
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
java.awt.geom.AffineTransform
getUg()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UGraphicWithScale
-
-
Method Details
-
getUg
-
apply
-
applyScale
-
draw
-
applyRotate
-
applyTranslate
-
getAffineTransform
public java.awt.geom.AffineTransform getAffineTransform() -
applyMatrix
public UGraphicWithScale applyMatrix(double v1, double v2, double v3, double v4, double v5, double v6)
-