MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / addPoint

Method addPoint

src/java/awt/Polygon.java:110–128  ·  view source on GitHub ↗

Appends a point to a polygon. If inside(x, y) or another operation that calculates the bounding box has already been performed, this method updates the bounds accordingly. @param x the x coordinate of the point @param y the y coordinate of the point

(int x, int y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

PolygonShapeMethod · 0.80
scalePolygonMethod · 0.80

Calls 2

arraycopyMethod · 0.95
updateBoundsMethod · 0.95

Tested by 2

PolygonShapeMethod · 0.64
scalePolygonMethod · 0.64