Deprecated API


Contents
Deprecated Fields
net.sf.jaxodraw.io.JaxoPreview.USER_DIR
          previews should use JaxoPreview.TMP_DIR for temporary files. 
 

Deprecated Methods
net.sf.jaxodraw.gui.panel.JaxoExportPanel.export(JaxoGraph, Dimension, String)
          use JaxoExportPanel.export(JaxoGraph,String) instead. 
net.sf.jaxodraw.plugin.JaxoExportPlugin.getCanvasSize()
          this is not used, exports should not depend on the canvas size! 
net.sf.jaxodraw.io.JaxoPrint.print(Component, JaxoGraph, Dimension, String)
          use JaxoPrint.print(Component,JaxoGraph,String) instead. 
net.sf.jaxodraw.object.Jaxo3PointObject.set3Pts(int, int, int, int, int, int)
          unused. Use Jaxo3PointObject.setLocation(int,int,int,int,int,int) instead. 
net.sf.jaxodraw.object.arc.JaxoArcObject.setArcPts(int, int, int, int, int, int)
          unused. Use Jaxo3PointObject.setLocation(int,int,int,int,int,int) instead. 
net.sf.jaxodraw.object.bezier.JaxoBezierObject.setBezierPts(int, int, int, int, int, int, int, int)
          unused. Use JaxoBezierObject.setLocation(int,int,int,int,int,int,int,int) instead. 
net.sf.jaxodraw.plugin.JaxoExportPlugin.setCanvasSize(Dimension)
          this is not used, exports should not depend on the canvas size! 
net.sf.jaxodraw.object.JaxoExtendedObject.setRelativeHeight(int)
          unused. Use JaxoExtendedObject.setY2(int) or JaxoExtendedObject.setRelWAndH(int,int) instead. 
net.sf.jaxodraw.object.JaxoExtendedObject.setRelativeWidth(int)
          unused. Use JaxoExtendedObject.setX2(int) or JaxoExtendedObject.setRelWAndH(int,int) instead. 
net.sf.jaxodraw.object.vertex.JaxoVertexT5.setVertexPts(int, int, int, int, int, int)
          use Jaxo3PointObject.setLocation(int, int, int, int, int, int) instead. 
net.sf.jaxodraw.object.JaxoObject.setXPosition(int)
          unused. Use JaxoObject.moveBy(int,int) instead. 
net.sf.jaxodraw.object.JaxoObject.setYPosition(int)
          unused. Use JaxoObject.moveBy(int,int) instead. 
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.