Graphics2D Actor API

Deprecated API


Contents
Deprecated Methods
g2d.swing.IOPFrame.add(IOPView, String)
          Use IOPFrame.add(IOPView, int) instead. 
g2d.swing.IOPView.centerOn(Glyphish)
          use combination of IOPView.getIOPComponent() and IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead 
g2d.swing.IOPComponent.centerOn(Glyphish)
          use IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead 
g2d.swing.IOPView.centerOn(Rectangle2D)
          use combination of IOPView.getIOPComponent() and IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead 
g2d.swing.IOPView.setPreferredSize(int, int)
          JComponent.setPreferredSize(java.awt.Dimension) instead. 
g2d.glyph.TextGlyph.setSize(int)
          Use TextGlyph.setFontsize(int) instead. 
 


Graphics2D Actor API