Package atlasgen
Class RelativePixeler
- java.lang.Object
-
- atlasgen.RelativePixeler
-
public class RelativePixeler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelativePixeler(java.awt.image.BufferedImage image, atlasgen.SetMinMax.MyDim minMax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Point
convert(double ratioX, double ratioY)
java.awt.image.BufferedImage
getImage()
void
pixelize(int x, int y, java.awt.Color color)
void
setImage(java.awt.image.BufferedImage image)
-