JavaView® v2.00.008

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.project.PgGeometry.getAuthors()
          used getAuthorInfo() 
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.project.PvViewerIf.newDisplay(String)
          Use method newDisplay(String, boolean) 
jv.viewer.PvViewer.newDisplay(String)
          Use method newDisplay(String, boolean) 
jv.loader.PgBdLoader.read(String)
          use #read(BufferedReader) 
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.PvDisplayIf.setPaintTag(int, boolean)
          use individual show...(boolean) methods. 
jv.geom.PgBndConstraint.setShape(BitSet)
          Set individual bits using setShape(int). 
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.00.008

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