public class Platform extends Platform
CURSOR_CROSSHAIR, CURSOR_DEFAULT, CURSOR_HAND, CURSOR_MOVE, CURSOR_WAIT, CURSOR_ZOOM| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawImage(java.lang.Object g,
java.lang.Object img,
int x,
int y,
int width,
int height,
boolean isDTI) |
java.lang.Object |
getGraphics(java.lang.Object image) |
java.lang.Object |
getStaticGraphics(java.lang.Object image,
boolean backgroundTransparent) |
int[] |
getTextPixels(java.lang.String text,
Font font3d,
java.lang.Object gObj,
java.lang.Object image,
int width,
int height,
int ascent) |
java.lang.Object |
newBufferedImage(java.lang.Object image,
int w,
int h) |
java.lang.Object |
newOffScreenImage(int w,
int h) |
allocateRgbImage, convertPointFromScreen, createImage, disposeGraphics, drawImageToBuffer, flushImage, fontStringWidth, forceAsyncLoad, getBufferedFileInputStream, getDateFormat, getFontAscent, getFontDescent, getFontMetrics, getFullScreenDimensions, getImageDialog, getImageHeight, getImageWidth, getJsObjectInfo, getLocalUrl, getMenuPopup, getMouseManager, getURLContents, getURLContentsStatic, grabPixels, hasFocus, isHeadless, isSingleThreaded, Jmol, newFile, newFont, notifyEndOfRendering, prompt, renderScreenImage, repaint, requestFocusInWindow, setCursor, setTransparentCursor, setViewer, waitForDisplaypublic void drawImage(java.lang.Object g,
java.lang.Object img,
int x,
int y,
int width,
int height,
boolean isDTI)
drawImage in interface GenericPlatformdrawImage in class Platformpublic int[] getTextPixels(java.lang.String text,
Font font3d,
java.lang.Object gObj,
java.lang.Object image,
int width,
int height,
int ascent)
getTextPixels in interface GenericPlatformgetTextPixels in class Platformpublic java.lang.Object getGraphics(java.lang.Object image)
getGraphics in interface GenericPlatformgetGraphics in class Platformpublic java.lang.Object getStaticGraphics(java.lang.Object image,
boolean backgroundTransparent)
getStaticGraphics in interface GenericPlatformgetStaticGraphics in class Platformpublic java.lang.Object newBufferedImage(java.lang.Object image,
int w,
int h)
newBufferedImage in interface GenericPlatformnewBufferedImage in class Platformpublic java.lang.Object newOffScreenImage(int w,
int h)
newOffScreenImage in interface GenericPlatformnewOffScreenImage in class Platform