Uses of Class
net.sourceforge.plantuml.anim.AffineTransformation
Packages that use AffineTransformation
-
Uses of AffineTransformation in net.sourceforge.plantuml.anim
Methods in net.sourceforge.plantuml.anim that return AffineTransformationModifier and TypeMethodDescriptionstatic AffineTransformationAffineTransformation.from(AffineTransform affineTransform) Animation.getFirst()Methods in net.sourceforge.plantuml.anim that return types with arguments of type AffineTransformationMethods in net.sourceforge.plantuml.anim with parameters of type AffineTransformationModifier and TypeMethodDescriptionstatic AnimationAnimation.singleton(AffineTransformation affineTransformation) -
Uses of AffineTransformation in net.sourceforge.plantuml.klimt.drawing.g2d
Constructors in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type AffineTransformationModifierConstructorDescriptionUGraphicG2d(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, Graphics2D g2d, double dpiFactor, double dx, double dy, FileFormat format, AffineTransformation affineTransform)