public class Platform extends Platform
| Constructor | Description |
|---|---|
Platform() |
| Modifier and Type | Method | 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,
javajs.awt.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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallocateRgbImage, 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)
public int[] getTextPixels(java.lang.String text,
javajs.awt.Font font3d,
java.lang.Object gObj,
java.lang.Object image,
int width,
int height,
int ascent)
getTextPixels in class Platformpublic java.lang.Object getGraphics(java.lang.Object image)
getGraphics in class Platformpublic java.lang.Object getStaticGraphics(java.lang.Object image,
boolean backgroundTransparent)
getStaticGraphics in class Platformpublic java.lang.Object newBufferedImage(java.lang.Object image,
int w,
int h)
newBufferedImage in class Platformpublic java.lang.Object newOffScreenImage(int w,
int h)
newOffScreenImage in class Platform