JavaView® v2.12

Deprecated API

Deprecated Fields
jv.object.PsConfig.AUTHOR
          use method getAuthors() to access list of authors. 
jv.object.PsConfig.CONTRIBUTOR
          use method getContributors() to access list of contributors. 
jv.project.PvGeometryIf.IS_BOUNDARY
          since JavaView 1.99.8, no replacement 
jv.project.PvGeometryIf.IS_PICKED
          since JavaView 1.99.8, use jv.object.PsObject#IS_SELECTED instead. 
jv.project.PvGeometryIf.IS_SYMMETRY
          since JavaView 1.99.8, no replacement 
 

Deprecated Methods
jv.project.PvDisplayIf.enableClip(boolean)
          use #setEnabledClip 
jv.viewer.PvDisplay.enableClip(boolean)
          use #setEnabledClip 
jv.viewer.PvViewer.export(int)
          use export(int aDialog, String fileName) 
jv.function.PuFunction.findValue(double[], double[], double)
          use jvx.numeric.PnRootFinder#findValue instead, this method is no longer functional. 
jv.function.PuFunction.findZero(double[], double[])
          use jvx.numeric.PnRootFinder#findZero instead, this method is no longer functional. 
jv.project.PgGeometry.getAuthors()
          used getAuthorInfo() 
jv.project.PgGeometry.getControlPanel()
          use assurePanel(String, String) 
jv.project.PgGeometryIf.getControlPanel()
          use assureInspector(String, String) 
jv.object.PsObject.getInfoPanel()
          use assurePanel(String, String) 
jv.project.PgGeometry.getMaterialPanel()
          use assurePanel(String, String) 
jv.project.PgGeometryIf.getMaterialPanel()
          use assureInspector(String, String) 
jv.project.PvPickEvent.getVertexNearest()
          use getVertex() 
jv.project.PvDisplayIf.hasPaintTag(int)
          use individual isShowing...() methods. 
jv.object.PsObject.instanceOf(String)
          use "if (getClass() == PsObject.class)" instead 
jv.object.PsPanel.instanceOf(String)
          use "if (getClass() == PsObject.class)" instead 
jv.object.PsDialog.instanceOf(String)
          use "if (getClass() == PsObject.class)" instead 
jv.project.PvDisplayIf.isClip()
          use #isEnabledClip 
jv.viewer.PvDisplay.isClip()
          use #isEnabledClip 
jv.geom.PgPointSet.isShowingVectorArrow()
          use isShowingVectorArrows(boolean) 
jv.loader.PgLoader.load(BufferedReader, String)
          use #loadDisplay(BufferedReader in, String ext) 
jv.project.PvViewerIf.newDisplay(String)
          Use method newDisplay(String, boolean) 
jv.viewer.PvViewer.newDisplay(String)
          Use method newDisplay(String, boolean) 
jv.loader.PgLoader.save(PvDisplayOption[], String)
          use PgLoader.saveDisplay(PvDisplayOption [] option, String fileName). 
jv.geom.PgPointSet.scale(double, PdVector)
          use scale(double) instead 
jv.thirdParty.expr.Variable.set_value(double)
          use setValue(double) instead 
jv.project.PgGeometry.setAuthors(PsAuthorInfo)
          used setAuthorInfo(PsAuthorInfo) 
jv.project.PvGeometryIf.setElementBased(int, boolean)
          use setVectorElementBased(int, boolean) instead. 
jv.project.PgJvxSrc.setElementBased(int, boolean)
          use setVectorElementBased(int, boolean) instead. 
jv.geom.PgTexture.setImage(String)
          use #setImageName(String) instead. 
jv.project.PvDisplayIf.setPaintTag(int, boolean)
          use individual show...(boolean) methods. 
jv.geom.PgBndConstraint.setShape(BitSet)
          Set individual bits using setShape(int). 
vgp.surface.common.PgSurface.setSurfaceName(String, String)
          create a descriptor yourself and use setDescr(PgSurfaceDescr descr). 
jv.project.PvGeometryIf.setVectorField(Object)
          use setNumVectorFields(int) and setVectors(int, PdVector []) instead. 
jv.project.PvGeometryIf.setVectorList(int, PdVector[])
          use setVectors(int, PdVector []) instead. 
jv.project.PvPickEvent.setVertexNearest(PdVector)
          use setVertex(PdVector) 
jv.geom.PgPointSet.showVectorArrow(boolean)
          use showVectorArrows(boolean) 
jv.geom.PgPointSet.showVectorField(boolean)
          use showVectorFields(boolean) 
jv.vecmath.PuProj.stereoS3_to_R3(PdVector, PdVector)
          use stereographic(PdVector, PdVector) 
jv.geom.PgPolygon.useGlobalPolygonColor(boolean)
          use showPolygonColors(boolean) 
jv.geom.PgPolygonSet.useGlobalPolygonColor(boolean)
          use showPolygonColors(boolean) 
jv.thirdParty.expr.Variable.value()
          use setValue(double) instead 
 


JavaView® v2.12

The software JavaView® is copyright protected. All Rights Reserved.