java.lang.Object
org.woehlke.computer.kurzweil.commons.model.Bounds
All Implemented Interfaces:
java.io.Serializable

public class Bounds
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    Bounds​(double height, double width, java.awt.Dimension screenSize)  
  • Method Summary

    Modifier and Type Method Description
    static Bounds getCanvas​(javax.swing.JRootPane rootPane)  
    static Bounds getFrameBounds​(javax.swing.JRootPane rootPane)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Bounds

      public Bounds​(double height, double width, java.awt.Dimension screenSize)
  • Method Details

    • getFrameBounds

      public static Bounds getFrameBounds​(javax.swing.JRootPane rootPane)
    • getCanvas

      public static Bounds getCanvas​(javax.swing.JRootPane rootPane)