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

Method getHeight

core/src/processing/core/PShape.java:508–511  ·  view source on GitHub ↗

Get the height of the drawing area (not necessarily the shape boundary).

()

Source from the content-addressed store, hash-verified

506 * Get the height of the drawing area (not necessarily the shape boundary).
507 */
508 public float getHeight() {
509 //checkBounds();
510 return height;
511 }
512
513
514 /**

Callers 15

PImageMethod · 0.45
shrinkImageMethod · 0.45
shapeMethod · 0.45
handleSettingsMethod · 0.45
loadImageIOMethod · 0.45
flushPixelsMethod · 0.45
imageImplMethod · 0.45
createFontInfoMethod · 0.45
loadPixelsMethod · 0.45
prefHeightMethod · 0.45
startMethod · 0.45
setSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected