gov.lbl.genome.common
Interface GraphModel

All Known Implementing Classes:
AbstractGraphModel, GeneralGraphModel

public interface GraphModel

Title: GraphModel

Description: A GraphModel associates one or more CurveModel with a Graph.

Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory

Company: LBNL


Method Summary
 java.util.Iterator getCurveModels()
          Get all the CurveModels associated with this GraphModel.
 int getXType()
           
 int getXUnits()
           
 int getYType()
           
 int getYUnits()
           
 

Method Detail

getXType

int getXType()

getYType

int getYType()

getXUnits

int getXUnits()

getYUnits

int getYUnits()

getCurveModels

java.util.Iterator getCurveModels()
Get all the CurveModels associated with this GraphModel.

Returns:
Iterator over collection of CurveModels.