INNER CODE UNIT · Java
setClipPathCreator
florent37/ShapeOfView · shapeofview/src/main/java/io/github/florent37/shapeofview/ShapeOfView.java:227
public void setClipPathCreator(ClipPathManager.ClipPathCreator createClipPath) {
((ClipPathManager) clipManager).setClipPathCreator(createClipPath);
requiresShapeUpdate();
}
public void requiresShapeUpdate() {
this.requiersShapeUpdate = true;
postInvalidate();
}
}