Documentation of 'org.jplot2d.util.DoubleDimension2D' Java class
DoubleDimension2D
org.jplot2d.util

Class DoubleDimension2D

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class DoubleDimension2D
    extends java.awt.geom.Dimension2D
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double height 
      double width 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getHeight() 
      double getWidth() 
      void setSize(double width, double height) 
      java.lang.String toString()
      Returns a String that represents the value of this class .
      • Methods inherited from class java.awt.geom.Dimension2D

        clone, setSize
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • width

        public double width
      • height

        public double height
    • Constructor Detail

      • DoubleDimension2D

        public DoubleDimension2D()
      • DoubleDimension2D

        public DoubleDimension2D(java.awt.geom.Dimension2D d)
      • DoubleDimension2D

        public DoubleDimension2D(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 width,
                            double height)
        Specified by:
        setSize in class java.awt.geom.Dimension2D
      • toString

        public java.lang.String toString()
        Returns a String that represents the value of this class .
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of this class.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.