Package org.gvsig.compat.se.lang
Class SEGraphUtils
java.lang.Object
org.gvsig.compat.se.lang.SEGraphUtils
- All Implemented Interfaces:
org.gvsig.compat.lang.GraphicsUtils
JSE (Desktop Java) implementation of
GraphicsUtils- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBufferedImage(int w, int h, int type) org.gvsig.compat.print.PrintAttributesderiveFont(Font srcfont, float newheight) intTries to use DPI value from gvSIG preferences.voidvoidvoidtranslate(Graphics2D g, double x, double y)
-
Constructor Details
-
SEGraphUtils
public SEGraphUtils()
-
-
Method Details
-
copyBufferedImage
- Specified by:
copyBufferedImagein interfaceorg.gvsig.compat.lang.GraphicsUtils
-
createBufferedImage
- Specified by:
createBufferedImagein interfaceorg.gvsig.compat.lang.GraphicsUtils
-
createPrintAttributes
public org.gvsig.compat.print.PrintAttributes createPrintAttributes()- Specified by:
createPrintAttributesin interfaceorg.gvsig.compat.lang.GraphicsUtils
-
deriveFont
- Specified by:
deriveFontin interfaceorg.gvsig.compat.lang.GraphicsUtils
-
getScreenDPI
public int getScreenDPI()Tries to use DPI value from gvSIG preferences. If this does not exist, gets value from Java Toolkit.- Specified by:
getScreenDPIin interfaceorg.gvsig.compat.lang.GraphicsUtils
-
translate
- Specified by:
translatein interfaceorg.gvsig.compat.lang.GraphicsUtils
-
setRenderingHintsForDrawing
- Specified by:
setRenderingHintsForDrawingin interfaceorg.gvsig.compat.lang.GraphicsUtils
-
setRenderingHintsForPrinting
- Specified by:
setRenderingHintsForPrintingin interfaceorg.gvsig.compat.lang.GraphicsUtils
-