Class Image


  • public class Image
    extends Object
    allen brain Atlas Image class. represents 1 image in the Allen brain atlas library.
    Author:
    kelsey
    • Constructor Detail

      • Image

        public Image​(String displayName,
                     int id,
                     int height,
                     int width,
                     String affPath,
                     String affExpressionPath,
                     String url,
                     int sectionNumber)
    • 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()