Package org.javlo.image
Class ProjectionConfig
- java.lang.Object
-
- org.javlo.image.ProjectionConfig
-
public class ProjectionConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectionConfig(Polygon4 polygon, float alpha, File background, File foreground, boolean crop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAlpha()FilegetBackground()FilegetForeground()Polygon4getPolygon()booleanisCrop()voidsetAlpha(float alpha)voidsetBackground(File background)voidsetCrop(boolean crop)voidsetForeground(File foreground)voidsetPolygon(Polygon4 polygon)
-
-
-
Method Detail
-
getPolygon
public Polygon4 getPolygon()
-
setPolygon
public void setPolygon(Polygon4 polygon)
-
getAlpha
public float getAlpha()
-
setAlpha
public void setAlpha(float alpha)
-
getBackground
public File getBackground()
-
setBackground
public void setBackground(File background)
-
getForeground
public File getForeground()
-
setForeground
public void setForeground(File foreground)
-
isCrop
public boolean isCrop()
-
setCrop
public void setCrop(boolean crop)
-
-