Class IconDescriptor.Dimension

    • Field Detail

      • width

        public final int width
        The width in pixel.
      • height

        public final int height
        The height in pixel.
    • Constructor Detail

      • Dimension

        public Dimension​(int width,
                         int height)
        Creates a new dimension with the designated width and height.
        Parameters:
        width - The width in pixel.
        height - The height in pixel.