MCPcopy Index your code
hub / github.com/processing/processing / getNative

Method getNative

core/src/processing/core/PSurface.java:57–57  ·  view source on GitHub ↗

Get the native window object associated with this drawing surface. For Java2D, this will be an AWT Frame object. For OpenGL, the window. The data returned here is subject to the whims of the renderer, and using this method means you're willing to deal with underlying implementation changes and that

()

Source from the content-addressed store, hash-verified

55 * if your code breaks sometime in the future.
56 */
57 public Object getNative();
58
59 //
60

Callers 15

textAscentMethod · 0.65
textDescentMethod · 0.65
textWidthImplMethod · 0.65
handleTextSizeMethod · 0.65
textLineImplMethod · 0.65
textCharShapeImplMethod · 0.65
setCursorMethod · 0.65
getNativeMethod · 0.65
handleMouseEventMethod · 0.65
addChildMethod · 0.65
handleTextFontMethod · 0.65
textAscentMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected