| Modifier and Type | Class and Description |
|---|---|
static interface |
PaintImage.Paintable |
| Modifier and Type | Field and Description |
|---|---|
protected float |
alpha |
protected Image |
img |
protected PaintImage.Paintable |
source |
protected boolean |
visible |
protected double[] |
xyzNW |
protected double[] |
xyzSE |
protected double[] |
xyzSW |
| Constructor and Description |
|---|
PaintImage(PaintImage.Paintable _source,
float _alpha,
double[] _xyzSW,
double[] _xyzSE,
double[] _xyzNW) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
boolean |
getVisible() |
void |
plot(AbstractDrawer draw) |
void |
setColor(Color c) |
void |
setVisible(boolean v) |
protected PaintImage.Paintable source
protected Image img
protected double[] xyzSW
protected double[] xyzSE
protected double[] xyzNW
protected boolean visible
protected float alpha
public PaintImage(PaintImage.Paintable _source, float _alpha, double[] _xyzSW, double[] _xyzSE, double[] _xyzNW)
public void plot(AbstractDrawer draw)
public void setVisible(boolean v)
setVisible in interface Plotablepublic boolean getVisible()
getVisible in interface PlotableCopyright © 2015. All rights reserved.