

Public Member Functions | |
| AbstractCurveModel (TreeMap data) | |
| void | setData (TreeMap data) | 
| TreeMap | getData () | 
| void | setAnnotations (Vector annotations) | 
| Vector | getAnnotations () | 
| Point2D | getStartPoint () | 
| Point2D | getEndPoint () | 
| Double | getInterval () | 
| int | getXType () | 
| int | getYType () | 
| void | addPoint (Point2D.Float point) throws BadCoordinateTypeException | 
| Iterator | getAllPoints () | 
| int | getNumberOfPoints () | 
| void | setCurveInfo (CurveInfo ci) | 
| CurveInfo | getCurveInfo () | 
| boolean | isDeleted () | 
| String | getLongName () | 
| String | getName () | 
| void | hide () | 
| void | show () | 
| boolean | isHidden () | 
| boolean | equals (Object o) | 
| String | getParameterString (VistaApp vapp) | 
| CurveParameters | getParameters () | 
| int | getMinX () | 
| int | getMaxX () | 
| AbstractCurveModel | cloneCurve () throws CloneNotSupportedException | 
| String | getID () | 
Protected Attributes | |
| TreeMap | data = new TreeMap() | 
| Vector | annotations = new Vector() | 
| CurveInfo | curveInfo = null | 
| boolean | hidden = false | 
| int | minX | 
| int | maxX | 
| String | id = null | 
Static Protected Attributes | |
| final int | X_TYPE = CommonConstants.INTEGER | 
| final int | Y_TYPE = CommonConstants.INTEGER | 
Package Attributes | |
| Vector | data_values | 
Description: abstract curve data description
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 add Point 
 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 clone Curve 
 
 
  | 
  
      
  | 
  
| 
 compare 2 corve models 
 
 
  | 
  
      
  | 
  
| 
 Use this method to get all the points in this CurveModel. 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 return Annotations 
 
  | 
  
      
  | 
  
| 
 get CurveInfo 
 
  | 
  
      
  | 
  
| 
 return Data points 
 
  | 
  
      
  | 
  
| 
 get End Point 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 get ID 
 
 Reimplemented in gov::lbl::genome::common::CustomCurveModel.  | 
  
      
  | 
  
| 
 return Interval between two points 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 get Long Name 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 get Max X 
 
  | 
  
      
  | 
  
| 
 get Min X 
 
  | 
  
      
  | 
  
| 
 get Name 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 get Number Of Points 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 return Curve Parameters 
 
  | 
  
      
  | 
  
| 
 return Parameter String 
 
 
 Implements gov::lbl::genome::common::CurveModel. Reimplemented in gov::lbl::genome::common::VistaCurveModel.  | 
  
      
  | 
  
| 
 get Start Point 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 return Type of the X axis 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 return Type of the Y axis 
 
 Implements gov::lbl::genome::common::CurveModel.  | 
  
      
  | 
  
| 
 hidden = true  | 
  
      
  | 
  
| 
 return true if curve is deleted 
 
 
  | 
  
      
  | 
  
| 
 return true if the curve is hidden 
 
  | 
  
      
  | 
  
| 
 set Annotations 
 
  | 
  
      
  | 
  
| 
 set CurveInfo 
 
  | 
  
      
  | 
  
| 
 set Data points 
 
  | 
  
      
  | 
  
| 
 hidden = false  | 
  
 1.3.9.1