Package eu.europa.esig.dss.pdf.visible
Class CommonDrawerUtils
java.lang.Object
eu.europa.esig.dss.pdf.visible.CommonDrawerUtils
public class CommonDrawerUtils extends Object
-
Method Summary
Modifier and Type Method Description static float
computeProperSize(float x, float dpi)
static int
getDpi(Integer dpi)
static float
getPageScaleFactor(Integer dpi)
static int
getTextDpi()
static float
getTextScaleFactor(Integer dpi)
static void
initRendering(Graphics2D g)
static float
toDpiAxisPoint(float x, float dpi)
-
Method Details
-
getTextDpi
public static int getTextDpi() -
getDpi
-
toDpiAxisPoint
public static float toDpiAxisPoint(float x, float dpi) -
computeProperSize
public static float computeProperSize(float x, float dpi) -
getPageScaleFactor
-
getTextScaleFactor
-
initRendering
-