com.creamtec.ajaxswing.gui
Class AjaxSwingGraphicsEnvironment

java.lang.Object
  extended by java.awt.GraphicsEnvironment
      extended by sun.java2d.SunGraphicsEnvironment
          extended by sun.awt.X11GraphicsEnvironment
              extended by com.creamtec.ajaxswing.gui.AjaxSwingGraphicsEnvironment
All Implemented Interfaces:
sun.java2d.FontSupport

public class AjaxSwingGraphicsEnvironment
extends sun.awt.X11GraphicsEnvironment

Used to provide simulated graphics environment for GUI applications.


Nested Class Summary
static class AjaxSwingGraphicsEnvironment.NameHelper
          This function is here just because the class name doesn't change during obfuscation
 
Nested classes/interfaces inherited from class sun.java2d.SunGraphicsEnvironment
sun.java2d.SunGraphicsEnvironment.T1Filter, sun.java2d.SunGraphicsEnvironment.TTFilter
 
Field Summary
 
Fields inherited from class sun.java2d.SunGraphicsEnvironment
debugFonts, eudcFontFileName, isLinux, isSolaris, jreFontDirName, jreLibDirName, lucidaFontName, t1Filter, ttFilter
 
Constructor Summary
AjaxSwingGraphicsEnvironment()
           
 
Method Summary
 sun.awt.FontConfiguration createFontConfiguration(boolean flag, boolean flag1)
           
static java.lang.String getClassName()
           
 java.lang.String getFileNameFromXLFD(java.lang.String fontName)
           
 java.awt.print.PrinterJob getPrinterJob()
           
 
Methods inherited from class sun.java2d.SunGraphicsEnvironment
createCompositeFonts, createGraphics, fontSupportsDefaultEncoding, getAllFonts, getAvailableFontFamilyNames, getAvailableFontFamilyNames, getDefaultFontFaceName, getDefaultFontFile, getDefaultScreenDevice, getFontConfiguration, getScreenDevices, getUsableBounds, isLogicalFont, loadFonts, register1dot0Fonts, registerFontsInDir, useAlternateFontforJALocales
 
Methods inherited from class java.awt.GraphicsEnvironment
getCenterPoint, getLocalGraphicsEnvironment, getMaximumWindowBounds, isHeadless, isHeadlessInstance, preferLocaleFonts, preferProportionalFonts
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxSwingGraphicsEnvironment

public AjaxSwingGraphicsEnvironment()
Method Detail

getPrinterJob

public java.awt.print.PrinterJob getPrinterJob()
Overrides:
getPrinterJob in class sun.java2d.SunGraphicsEnvironment

createFontConfiguration

public sun.awt.FontConfiguration createFontConfiguration(boolean flag,
                                                         boolean flag1)
Specified by:
createFontConfiguration in class sun.java2d.SunGraphicsEnvironment

getFileNameFromXLFD

public java.lang.String getFileNameFromXLFD(java.lang.String fontName)
Overrides:
getFileNameFromXLFD in class sun.awt.X11GraphicsEnvironment

getClassName

public static java.lang.String getClassName()


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.