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 int
getNumScreens()
boolean
isDisplayLocal()
protected java.awt.GraphicsDevice
makeScreenDevice(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:
getNumScreens
in classsun.java2d.SunGraphicsEnvironment
-
makeScreenDevice
protected java.awt.GraphicsDevice makeScreenDevice(int screennum)
- Specified by:
makeScreenDevice
in classsun.java2d.SunGraphicsEnvironment
-
isDisplayLocal
public boolean isDisplayLocal()
- Specified by:
isDisplayLocal
in classsun.java2d.SunGraphicsEnvironment
-
-