Maven module :un.api : api-geometry :
Class :
un.impl.geometry.s2d.Rectangle
Extends/Implements :
un.impl.geometry.s2d.SingularGeometry2D
Subclasses : -
Variables :
x,
y,
width,
height
Functions :
Rectangle,
Rectangle,
Rectangle,
Rectangle,
Rectangle,
getX,
setX,
getY,
setY,
getWidth,
setWidth,
set,
set,
set,
getHeight,
setHeight,
createPathIterator,
toPolygon,
getBoundingBox,
intersects,
intersection,
toChars
protected double
x
protected double
y
protected double
width
protected double
height
public void
Rectangle ()
public void
Rectangle (Rectangle rectangle)
public void
Rectangle (Extent extent)
public void
Rectangle (BBox bbox)
public void
Rectangle (double x, double y, double width, double height)
public double
getX ()
public void
setX (double x)
public double
getY ()
public void
setY (double y)
public double
getWidth ()
public void
setWidth (double width)
public void
set (Rectangle bounds)
public void
set (Extent ext)
public void
set (BBox bbox)
public double
getHeight ()
public void
setHeight (double height)
public PathIterator
createPathIterator ()
public Polygon
toPolygon ()
public BBox
getBoundingBox ()
public boolean
intersects (Rectangle r)
public Rectangle
intersection (Rectangle r)
public Chars
toChars ()
Specification :
- SVG v1.1:9.2 :
with the current user coordinate system.author Johann Sorel