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
getTexPreamble()
java.lang.String
getTexSystem()
java.lang.String
toString()
void
updateFromPragma(Pragma pragma)
-
-
-
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()
-
getTexSystem
public java.lang.String getTexSystem()
-
getTexPreamble
public java.lang.String getTexPreamble()
-
updateFromPragma
public void updateFromPragma(Pragma pragma)
-
-