Uses of Class
org.javlo.image.Polygon4
-
Packages that use Polygon4 Package Description org.javlo.image -
-
Uses of Polygon4 in org.javlo.image
Methods in org.javlo.image that return Polygon4 Modifier and Type Method Description Polygon4
ProjectionConfig. getPolygon()
Polygon4
Polygon4. getSquare()
Methods in org.javlo.image with parameters of type Polygon4 Modifier and Type Method Description static BufferedImage
ImageEngine. projectionImage(BufferedImage back, BufferedImage top, BufferedImage source, Polygon4 p4, float alpha, boolean crop, int interestX, int interestY)
void
ProjectionConfig. setPolygon(Polygon4 polygon)
Constructors in org.javlo.image with parameters of type Polygon4 Constructor Description ProjectionConfig(Polygon4 polygon, float alpha, File background, File foreground, boolean crop)
-