Package ipsk.swing

Class JAutoScale.Size

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    JAutoScale

    public class JAutoScale.Size
    extends java.awt.geom.Dimension2D
    • Constructor Summary

      Constructors 
      Constructor Description
      Size​(double width, double height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      double getHeight()  
      double getWidth()  
      void setSize​(double arg0, double arg1)  
      • Methods inherited from class java.awt.geom.Dimension2D

        setSize
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Size

        public Size​(double width,
                    double height)
    • Method Detail

      • getWidth

        public double getWidth()
        Specified by:
        getWidth in class java.awt.geom.Dimension2D
      • getHeight

        public double getHeight()
        Specified by:
        getHeight in class java.awt.geom.Dimension2D
      • setSize

        public void setSize​(double arg0,
                            double arg1)
        Specified by:
        setSize in class java.awt.geom.Dimension2D
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.awt.geom.Dimension2D