Package net.sourceforge.plantuml
Class TikzFontDistortion
- java.lang.Object
-
- net.sourceforge.plantuml.TikzFontDistortion
-
public class TikzFontDistortion extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TikzFontDistortion
fromValue(java.lang.String value)
static TikzFontDistortion
getDefault()
double
getDistortion()
double
getMagnify()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
fromValue
public static TikzFontDistortion fromValue(java.lang.String value)
-
getDefault
public static TikzFontDistortion getDefault()
-
getMagnify
public final double getMagnify()
-
getDistortion
public final double getDistortion()
-
-