ImageGearJava Project > com.accusoft.imagegear.display Package : IImGearScrollableView Interface |
This interface is designed to separate IG display API from Java windows and forms. Any object implementing this interface can be used. A null value can also be specified. In this case all required information will be obtained from CSGraphics object. In all display API calls IImGearScrollableView
parameter is accompanied with CSGraphics object. To draw on a printer, null value should be passed to IImGearScrollableView
parameter.
public interface IImGearScrollableView |