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 delta_angle, double x, double y) applyScale(double changex, double changey) applyTranslate(double x, double y) voidfinal doublegetAngle()doublegetScale()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) -
getAngle
public final double getAngle() -
getScale
public double getScale()
-