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 TikzFontDistortionfromValue(java.lang.String value)static TikzFontDistortiongetDefault()doublegetDistortion()doublegetMagnify()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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()
-
-