Class BytecoderGraphicsEnvironment
- java.lang.Object
-
- java.awt.GraphicsEnvironment
-
- sun.java2d.SunGraphicsEnvironment
-
- de.mirkosertic.bytecoder.classlib.BytecoderGraphicsEnvironment
-
- All Implemented Interfaces:
java.util.EventListener,sun.awt.DisplayChangedListener
public class BytecoderGraphicsEnvironment extends sun.java2d.SunGraphicsEnvironment
-
-
Constructor Summary
Constructors Constructor Description BytecoderGraphicsEnvironment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetNumScreens()booleanisDisplayLocal()protected java.awt.GraphicsDevicemakeScreenDevice(int screennum)-
Methods inherited from class sun.java2d.SunGraphicsEnvironment
addDisplayChangedListener, createGraphics, displayChanged, getAllFonts, getAvailableFontFamilyNames, getAvailableFontFamilyNames, getDebugScale, getDefaultScreenDevice, getFontManagerForSGE, getGCDeviceBounds, getGraphicsConfigurationAtPoint, getScaleFactor, getScreenDevices, getUsableBounds, isFlipStrategyPreferred, isUIScaleEnabled, paletteChanged, removeDisplayChangedListener, toDeviceSpace, toDeviceSpace, toDeviceSpaceAbs, toDeviceSpaceAbs, toDeviceSpaceAbs, toUserSpace, useAlternateFontforJALocales
-
-
-
-
Method Detail
-
getNumScreens
protected int getNumScreens()
- Specified by:
getNumScreensin classsun.java2d.SunGraphicsEnvironment
-
makeScreenDevice
protected java.awt.GraphicsDevice makeScreenDevice(int screennum)
- Specified by:
makeScreenDevicein classsun.java2d.SunGraphicsEnvironment
-
isDisplayLocal
public boolean isDisplayLocal()
- Specified by:
isDisplayLocalin classsun.java2d.SunGraphicsEnvironment
-
-