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 Polygon4ProjectionConfig. getPolygon()Polygon4Polygon4. getSquare()Methods in org.javlo.image with parameters of type Polygon4 Modifier and Type Method Description static BufferedImageImageEngine. projectionImage(BufferedImage back, BufferedImage top, BufferedImage source, Polygon4 p4, float alpha, boolean crop, int interestX, int interestY)voidProjectionConfig. 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)
-