Graphics2D Actor API

Uses of Class
g2d.swing.IOPView

Packages that use IOPView
g2d.swing This package contains some swing classes for building GUI's using the glyphish hierarchy. 
 

Uses of IOPView in g2d.swing
 

Methods in g2d.swing with parameters of type IOPView
 void IOPFrame.add(IOPView view)
          Adds an IOPView to the center of frame.
 void IOPFrame.add(IOPView view, int position)
          Adds an IOPView to the specified position in BorderLayout to the frame.
 void IOPFrame.add(IOPView view, String layout)
          Deprecated. Use IOPFrame.add(IOPView, int) instead.
 

Constructors in g2d.swing with parameters of type IOPView
IOPFrame(String title, IOPView view)
          Class constructor with default IOPView
IOPToolBar(IOPView view)
           
 


Graphics2D Actor API