public class ProjectionConfig extends Object
Constructor and Description |
---|
ProjectionConfig(Polygon4 polygon,
float alpha,
File background,
File foreground) |
Modifier and Type | Method and Description |
---|---|
float |
getAlpha() |
File |
getBackground() |
File |
getForeground() |
Polygon4 |
getPolygon() |
void |
setAlpha(float alpha) |
void |
setBackground(File background) |
void |
setForeground(File foreground) |
void |
setPolygon(Polygon4 polygon) |
public Polygon4 getPolygon()
public void setPolygon(Polygon4 polygon)
public float getAlpha()
public void setAlpha(float alpha)
public File getBackground()
public void setBackground(File background)
public File getForeground()
public void setForeground(File foreground)
Copyright © 2012-2018. All Rights Reserved.