Class WMFUtilities
java.lang.Object
org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
This class holds various utilies for importing WMF files that can be used either for
AbstractWMFReaders and
AbstractWMFPainters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdecodeString(WMFFont wmfFont, byte[] bstr) Decode a byte array in a string, using the charset of the given font.static intgetHorizontalAlignment(int align) Get the Horizontal Alignement for the Alignment property.static intgetVerticalAlignment(int align) Get the Vertical Alignement for the Alignment property.
-
Constructor Details
-
WMFUtilities
public WMFUtilities()
-
-
Method Details
-
decodeString
-
getHorizontalAlignment
public static int getHorizontalAlignment(int align) Get the Horizontal Alignement for the Alignment property. -
getVerticalAlignment
public static int getVerticalAlignment(int align) Get the Vertical Alignement for the Alignment property.
-