コード例 #1
0
 public Bitmap renderGeometryIcon(Bitmap bitmap, ImagePreset preset) {
   return GeometryMathUtils.applyGeometryRepresentations(preset.getGeometryFilters(), bitmap);
 }