public class MosaicManDevelopment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
MosaicManDevelopment() |
Modifier and Type | Method and Description |
---|---|
Thumbnail |
getMosaicThumbNail(Pic pic,
int height,
int depth)
A Test/Development method that returns a thumbnail that is a mosaic of the pic.
|
MosaicVector |
getMosaicVector(Pic pic) |
int |
getPicProcessing()
Which ordinal picture are we working on?
This is just a status indicator
|
void |
runVectors()
Read every Pic and calculate the mosaic vectors for it
|
void |
setPicMan(PicManFacade pmf)
Set the reference to the PicMan API.
|
public void setPicMan(PicManFacade pmf)
pmf
- The PicManFacadepublic int getPicProcessing()
public Thumbnail getMosaicThumbNail(Pic pic, int height, int depth)
pic
- The Pic to make a mosaic thumb ofheight
- The height of the resulting Thumbnaildepth
- The number of divisions in the resulting Thumbnail. '3' will make a 3x3 mosaic.public MosaicVector getMosaicVector(Pic pic)
public void runVectors()