Class Dimension


  • public class Dimension
    extends java.lang.Object
    The java.awt.Dimension clone
    Author:
    gianpiero.diblasi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dimension​(int width, int height)
      Creates the object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        public final int width
      • height

        public final int height
    • Constructor Detail

      • Dimension

        public Dimension​(int width,
                         int height)
        Creates the object
        Parameters:
        width - The width
        height - The height