Class Icon


  • @ExperimentalApi
    public class Icon
    extends Object
    Represents an image with fixed dimensions, often for a Person or Space.
    Since:
    5.0
    • Constructor Detail

      • Icon

        public Icon​(String path,
                    int width,
                    int height,
                    boolean isDefault)
    • Method Detail

      • getPath

        public String getPath()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getIsDefault

        public boolean getIsDefault()