net.sourceforge.plantuml.ugraphic
Class URectangle

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

public class URectangle
extends Object


Constructor Summary
URectangle(double width, double height)
           
URectangle(double width, double height, double rx, double ry)
           
 
Method Summary
 URectangle clip(UClip clip)
           
 double getDeltaShadow()
           
 double getHeight()
           
 double getRx()
           
 double getRy()
           
 double getWidth()
           
 void setDeltaShadow(double deltaShadow)
           
 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)

getDeltaShadow

public double getDeltaShadow()
Specified by:
getDeltaShadow in interface Shadowable

setDeltaShadow

public void setDeltaShadow(double deltaShadow)
Specified by:
setDeltaShadow in interface Shadowable


Copyright © 2012. All Rights Reserved.