Represents rectangular geometry. Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.
An {@link org.vectomatic.dom.svg.OMSVGRect} objectcan be designated as read only, which means that attempts to modify the object will result in an exception being thrown, as described below.
|
|
|
|