Class Dimension2D

java.lang.Object
net.sourceforge.plantuml.awt.geom.Dimension2D
Direct Known Subclasses:
Dimension2DDouble, FtileGeometry

public class Dimension2D extends java.lang.Object
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    double
     
    double
     
    void
    setSize(double width, double height)
     

    Methods inherited from class java.lang.Object

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

    • Dimension2D

      public Dimension2D()
    • Dimension2D

      public Dimension2D(double width, double height)
  • Method Details

    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()
    • setSize

      public void setSize(double width, double height)