Class AxeDevice


  • public class AxeDevice
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AxeDevice​(float dpi, java.lang.String name, java.lang.String osVersion, int screenHeight, int screenWidth)
      A collection of information useful for identifying a particular device.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dpi

        public final float dpi
      • name

        public final java.lang.String name
      • os

        public final java.lang.String os
      • osVersion

        public final java.lang.String osVersion
      • screenHeight

        public final int screenHeight
      • screenWidth

        public final int screenWidth
    • Constructor Detail

      • AxeDevice

        public AxeDevice​(float dpi,
                         java.lang.String name,
                         java.lang.String osVersion,
                         int screenHeight,
                         int screenWidth)
        A collection of information useful for identifying a particular device.
        Parameters:
        dpi - Pixel Density of the device.
        name - The common name of the device.
        osVersion - The OS Version installed on the device.
        screenHeight - The height in pixels of the device.
        screenWidth - The width in pixels of the device.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object