Methods' Summary
|
getBounds |
|
clear |
makes this region an empty region.
|
move |
moves this region by the specified horizontal and vertical delta.
|
unionRectangle |
adds the specified rectangle to this region.
|
intersectRectangle |
intersects the specified rectangle with the current region.
|
excludeRectangle |
removes the area of the specified rectangle from this region.
|
xOrRectangle |
applies an exclusive-or operation with the specified rectangle to this region.
|
unionRegion |
adds the specified region to this region.
|
intersectRegion |
intersects the specified region with the current region.
|
excludeRegion |
removes the area of the specified region from this region.
|
xOrRegion |
applies an exclusive-or operation with the specified region to this region.
|
getRectangles |
|
Methods' Details
|
- getBounds
-  
com::sun::star::awt::Rectangle
getBounds();
- Returns
-
the bounding box of the shape.
|
- clear
-  
[ oneway ] void
clear();
- Description
- makes this region an empty region.
|
- move
-  
- [ oneway ] void
move(
[ in ] long |
nHorzMove, |
[ in ] long |
nVertMove ); |
- Description
- moves this region by the specified horizontal and vertical delta.
|
- unionRectangle
-  
- [ oneway ] void
unionRectangle(
-
- Description
- adds the specified rectangle to this region.
|
- intersectRectangle
-  
- [ oneway ] void
intersectRectangle(
-
- Description
- intersects the specified rectangle with the current region.
|
- excludeRectangle
-  
- [ oneway ] void
excludeRectangle(
-
- Description
- removes the area of the specified rectangle from this region.
|
- xOrRectangle
-  
- [ oneway ] void
xOrRectangle(
-
- Description
- applies an exclusive-or operation with the specified rectangle to this region.
|
- unionRegion
-  
- [ oneway ] void
unionRegion(
-
- Description
- adds the specified region to this region.
|
- intersectRegion
-  
- [ oneway ] void
intersectRegion(
-
- Description
- intersects the specified region with the current region.
|
- excludeRegion
-  
- [ oneway ] void
excludeRegion(
-
- Description
- removes the area of the specified region from this region.
|
- xOrRegion
-  
- [ oneway ] void
xOrRegion(
-
- Description
- applies an exclusive-or operation with the specified region to this region.
|
- getRectangles
-  
sequence< com::sun::star::awt::Rectangle >
getRectangles();
- Returns
-
all rectangles which are making up this region.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.