net.sourceforge.plantuml.ugraphic
Class URectangle

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.URectangle
All Implemented Interfaces:
UShape

public class URectangle
extends Object
implements UShape


Constructor Summary
URectangle(double width, double height)
           
URectangle(double width, double height, double rx, double ry)
           
 
Method Summary
 URectangle clip(UClip clip)
           
 double getHeight()
           
 double getRx()
           
 double getRy()
           
 double getWidth()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URectangle

public URectangle(double width,
                  double height)

URectangle

public URectangle(double width,
                  double height,
                  double rx,
                  double ry)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getWidth

public double getWidth()

getHeight

public double getHeight()

getRx

public double getRx()

getRy

public double getRy()

clip

public URectangle clip(UClip clip)


Copyright © 2011. All Rights Reserved.