public abstract class J2DPresentable extends Object implements Presentable
| Modifier and Type | Method and Description |
|---|---|
abstract BufferedImage |
createBuffer(int w,
int h) |
Graphics |
createGraphics() |
Screen |
getAssociatedScreen() |
int |
getContentX() |
int |
getContentY() |
int |
getPhysicalHeight() |
int |
getPhysicalWidth() |
float |
getPixelScaleFactor() |
boolean |
isMSAA() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlockResources, prepare, presentisOpaque, setOpaquegetContentHeight, getContentWidthpublic abstract BufferedImage createBuffer(int w, int h)
public Graphics createGraphics()
createGraphics in interface RenderTargetpublic Screen getAssociatedScreen()
getAssociatedScreen in interface RenderTargetpublic int getContentX()
getContentX in interface Surfacepublic int getContentY()
getContentY in interface Surfacepublic float getPixelScaleFactor()
getPixelScaleFactor in interface Presentablepublic int getPhysicalWidth()
getPhysicalWidth in interface Surfacepublic int getPhysicalHeight()
getPhysicalHeight in interface Surfacepublic boolean isMSAA()
isMSAA in interface RenderTargetCopyright © 2025. All rights reserved.