view src/de/mpg/mpiwg/itgroup/digilib/digiImage/properties/DigiImagePropertyTabImageRotMirror.java @ 32:d7a43156a79b default tip

new tabs
author dwinter
date Mon, 10 Oct 2011 17:52:22 +0200
parents
children
line wrap: on
line source

package de.mpg.mpiwg.itgroup.digilib.digiImage.properties;

public class DigiImagePropertyTabImageRotMirror extends DigiImagePropertyTabImageSize {


	protected String getLabelString() {
		return "rot:rotate image. Rotation angle is given in degrees;mo:flags for the mode of operation";
		
	}
	
}