|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfunworld.WorldImage
funworld.OverlayImagesXY
funworld.OverlayImages
public class OverlayImages
The class to represent an overlay of the top image on the bottom one
combined into to be drawn by the
WorldImage when drawing on its
World.Canvas
A convenience class that extends the
by invoking its constructor
with OverlayImagesdx = 0 and dy = 0.
| Field Summary |
|---|
| Fields inherited from class funworld.OverlayImagesXY |
|---|
bot, dx, dy, top |
| Fields inherited from class funworld.WorldImage |
|---|
color, pinhole |
| Constructor Summary | |
|---|---|
OverlayImages(WorldImage bot,
WorldImage top)
The only constructor - invokes the constructor in the super class with no offset. |
|
| Method Summary |
|---|
| Methods inherited from class funworld.OverlayImagesXY |
|---|
getHeight, getWidth, movePinhole, moveTo |
| Methods inherited from class funworld.WorldImage |
|---|
overlayImages |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OverlayImages(WorldImage bot,
WorldImage top)
OverlayImages with no offset.
bot - the bottom image for the combined imagetop - the bottom image for the combined image
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||