Deprecated API

Deprecated Fields
y.layout.orthogonal.OrthogonalLayouter.NODEMODEL_UNCHANGED
          use OrthogonalLayouter.NORMAL_STYLE instead. 
y.layout.orthogonal.OrthogonalLayouter.NODEMODEL_UNIFORM
          use OrthogonalLayouter.UNIFORM_STYLE instead. 
 

Deprecated Methods
y.module.YPackage.addToMenu(JMenu, YPackageMenuListener)
          yEd does not use this method any longer, just add and remove modules and subpackages, yEd will take care of the menus. 
y.module.YPackage.createMenu(YPackageMenuListener)
          yEd does not use this method any longer, just add and remove modules and subpackages, yEd will take care of the menus. 
y.view.Graph2DView.getImage()
          use Graph2DView.paintVisibleContent(Graphics2D) with a graphics context of an appropriate image type instead. 
y.layout.orthogonal.OrthogonalLayouter.getNodeModel()
          use OrthogonalLayouter.setLayoutStyle(int) instead. 
y.layout.orthogonal.OrthogonalLayouter.getUseSpacePostprocessing()
            
y.view.YLabel.isBackgroundOn()
          use YLabel.getBackgroundColor()} instead 
y.view.YLabel.isBackgroundPainted()
          use YLabel.getBackgroundColor()} instead 
y.view.YLabel.setBackground(boolean)
          use YLabel.setBackgroundColor(Color) instead 
y.view.YLabel.setBackgroundPainted(boolean)
          use YLabel.setBackgroundColor(Color) instead 
y.layout.orthogonal.OrthogonalLayouter.setNodeModel(int)
          use OrthogonalLayouter.setLayoutStyle(int) instead. 
y.layout.orthogonal.OrthogonalLayouter.setUseSpacePostprocessing(boolean)
            
y.option.OptionHandler.write(OutputStream)
          use the OptionsIOhandler way 
 

Deprecated Constructors
y.option.OptionHandler(GuiFactory, InputStream)
          use the OptionsIOhandler way 
y.option.OptionHandler(InputStream)
          use the OptionsIOhandler way 
 


© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003