All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hfg.graphics.units.ScreenResolution Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.graphics.units;

public class ScreenResolution extends Resolution
{

   private static int sDefaultDots = 96;

   //###########################################################################
   // CONSTRUCTORS
   //###########################################################################

   //--------------------------------------------------------------------------
   public ScreenResolution()
   {
      super(sDefaultDots);
   }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy