MCPcopy Create free account
hub / github.com/SPLWare/esProc / drawFixImage

Method drawFixImage

src/main/java/com/scudata/common/ImageUtils.java:127–153  ·  view source on GitHub ↗

绘制固定图形,超出边界的图形都会截掉 @param g @param img @param x @param y @param sideRight,右边界 @param sideBottom,下边界 @return 正常绘制返回true,越界后,返回false

(Graphics g,Image img, int x, int y, int sideRight, int sideBottom)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

drawBackMethod · 0.95
drawFixedImageMethod · 0.95

Calls 4

cutImageMethod · 0.95
drawImageMethod · 0.80
getWidthMethod · 0.65
getHeightMethod · 0.65

Tested by

no test coverage detected