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 Constructor Description UGraphicWithScale(UGraphic ug, double scale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicWithScale
apply(UChange change)
UGraphicWithScale
applyMatrix(double v1, double v2, double v3, double v4, double v5, double v6)
UGraphicWithScale
applyRotate(double angle, double x, double y)
UGraphicWithScale
applyScale(double changex, double changey)
UGraphicWithScale
applyTranslate(double x, double y)
void
draw(UShape shape)
java.awt.geom.AffineTransform
getAffineTransform()
UGraphic
getUg()
-
-
-
Constructor Detail
-
UGraphicWithScale
public UGraphicWithScale(UGraphic ug, double scale)
-
-
Method Detail
-
getUg
public UGraphic getUg()
-
apply
public UGraphicWithScale apply(UChange change)
-
applyScale
public UGraphicWithScale applyScale(double changex, double changey)
-
draw
public void draw(UShape shape)
-
applyRotate
public UGraphicWithScale applyRotate(double angle, double x, double y)
-
applyTranslate
public UGraphicWithScale applyTranslate(double x, double y)
-
getAffineTransform
public java.awt.geom.AffineTransform getAffineTransform()
-
applyMatrix
public UGraphicWithScale applyMatrix(double v1, double v2, double v3, double v4, double v5, double v6)
-
-