public final class Iconizer extends Object
Modifier and Type | Method and Description |
---|---|
static double[][] |
alphaPixelize(double[] xp0,
double[] yp0,
int dim,
double osx,
double osy,
double elf) |
static BufferedImage |
filledPolygonImage(double[] xp,
double[] yp,
int dim,
Color col,
double osx,
double osy,
double elf) |
static void |
main(String[] argv) |
static String |
readStringFromFile(File f) |
public static void main(String[] argv) throws IOException
IOException
public static BufferedImage filledPolygonImage(double[] xp, double[] yp, int dim, Color col, double osx, double osy, double elf)
public static double[][] alphaPixelize(double[] xp0, double[] yp0, int dim, double osx, double osy, double elf)
public static String readStringFromFile(File f) throws IOException
IOException
Copyright © 2019. All rights reserved.