The Essential JViews Framework > Introducing ILOG JViews Framework > A Basic Graphics Application Model > The Viewport: IlvManagerView

An IlvManagerView viewport is designed to visualize the graphic objects of a manager. The class IlvManagerView is a component (subclass of the java.awt.Component) that you use in your AWT or Swing application to visualize the manager. A manager view lets you define which layer of the manager is visible for a view. In addition, you may use several manager views to visualize different areas of the manager. Of course, you may zoom and pan the content of the view.