tagcloud/src/Configuration.java

10 wiersze
327 B
Java
Czysty Zwykły widok Historia

2013-03-11 15:56:43 +00:00
public class Configuration {
public static String shape_file = "shape.png";
public static String input_file = "input.txt";
public static String output_file = "out.png";
2013-03-11 16:06:52 +00:00
public static int width = 500;
2013-03-11 15:56:43 +00:00
public static int height = 636;
2013-03-11 16:10:35 +00:00
public static int minSize = 4;
public static int maxSize = 38;
2013-03-11 15:56:43 +00:00
}