Package ubic.gemma.core.image.aba
Class Image
- java.lang.Object
-
- ubic.gemma.core.image.aba.Image
-
public class Image extends Object
allen brain Atlas Image class. represents 1 image in the Allen brain atlas library.- Author:
- kelsey
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddExpressionPath()
String
getAffPath()
String
getDisplayName()
int
getHeight()
int
getId()
String
getPath()
Integer
getSectionNumber()
String
getUrl()
int
getWidth()
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
-
getId
public int getId()
-
getHeight
public int getHeight()
-
getWidth
public int getWidth()
-
getPath
public String getPath()
-
getAffPath
public String getAffPath()
-
getAddExpressionPath
public String getAddExpressionPath()
-
getUrl
public String getUrl()
-
getSectionNumber
public Integer getSectionNumber()
-
-