Deprecated API


Contents
Deprecated Methods
com.objex.panywhere.Allele.draw(Graphics2D, double, double, boolean, boolean, boolean, Font)
          Renders the Allele Icon and the Allele ID on the Pedigree surface at a position relative to the Individual Icon and determined by many factors among which is the value of Pedigree.getSubtextYValue(). 
com.objex.panywhere.Data.getData()
            
com.objex.panywhere.Individual.getData(String)
          Retrieves the field value for an item with the specified field name. 
com.objex.panywhere.Pedigree.getImage()
          since ver2.0 
com.objex.panywhere.Individual.getKids(Individual)
            
com.objex.panywhere.Allele.getMaxChars()
          Get the maximum number of Characters for the Allele ID or text. This class variabale can become important when the number of characters in the Allele Text/ID is heigher than the defualt of 3 chars and hennce needs to be factored in for proper rendering of the Allele Text and Icon 
com.objex.panywhere.Individual.getRelatives(String)
          Returns a Vector of UPN's of this Individual's relatives as determined by the relationship string passed in parameters "a_relationship". 
com.objex.panywhere.Individual.getRelatives(String, String)
          Returns a Vector of UPN's of this Individual's relatives as determined by the relationship string passed in parameters "a_relationship1" and "as_relationship2". Only Sons and Daughters or Brothers and Sisters can be retrieved this way. 
com.objex.panywhere.DataDictionary.getTable(String)
            
com.objex.panywhere.Pedigree.highlightPerson(Individual, Graphics2D)
          Sets the Individual "aPerson"'s highlighted status to true. The next time the Pedigree is painted this Individual's icon will be drawn highlighted 
com.objex.panywhere.Pedigree.highlightPerson(Individual, Graphics2D, boolean)
          Sets the Individual "aPerson"'s highlighted status to true. The next time the Pedigree is painted this Individual's icon will be drawn highlighted 
com.objex.panywhere.Data.setData(Object)
            
com.objex.panywhere.Individual.setData(String, Data)
          Adds the specified data item to the Individual database using the specified field name as the column heading or fieldname. If data exists in this field already, it will be overitten without warning. 
com.objex.panywhere.Allele.setMaxChars(int)
          Sets the maximum number of Characters for the Allele ID or text. This class variabale can become important when the number of characters in the Allele Text/ID is heigher than the defualt of 3 chars and hennce needs to be factored in for proper rendering of the Allele Text and Icon 
com.objex.panywhere.Individual.updateSymbol(LegendItem, boolean, boolean)