public float getSourceResolution() {
return UnitConv.IN2MM / userAgent.getPixelUnitToMillimeter();
}
};
this.imageManager = new ImageManager(imageContext);
this.imageSessionContext = new AbstractImageSessionContext() {
public ImageContext getParentContext() {
return imageContext;
}