Package jmri.util

Class JmriJFrame.ScreenDimensions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.Rectangle bounds  
      (package private) java.awt.GraphicsDevice gd  
      (package private) java.awt.Insets insets  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScreenDimensions​(java.awt.Rectangle bounds, java.awt.Insets insets, java.awt.GraphicsDevice gd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Rectangle getBounds()  
      java.awt.GraphicsDevice getGraphicsDevice()  
      java.awt.Insets getInsets()  
      • Methods inherited from class java.lang.Object

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

      • bounds

        final java.awt.Rectangle bounds
      • insets

        final java.awt.Insets insets
      • gd

        final java.awt.GraphicsDevice gd
    • Constructor Detail

      • ScreenDimensions

        public ScreenDimensions​(java.awt.Rectangle bounds,
                                java.awt.Insets insets,
                                java.awt.GraphicsDevice gd)