| Package | Description |
|---|---|
| org.apache.batik.ext.awt.geom |
Contains extensions to the
java.awt.geom package. |
| Modifier and Type | Method and Description |
|---|---|
RectListManager |
RectListManager.copy()
Similar to clone only strongly typed
TODO Java 5: The use of covariant return types on clone() can eliminate
this method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RectListManager.add(RectListManager rlm)
Adds the contents of
rlm to this RectListManager. |
boolean |
RectListManager.containsAll(RectListManager rlm) |
boolean |
RectListManager.removeAll(RectListManager rlm) |
boolean |
RectListManager.retainAll(RectListManager rlm) |
void |
RectListManager.subtract(RectListManager rlm,
int overhead,
int lineOverhead) |
| Constructor and Description |
|---|
RectListManager(RectListManager rlm)
Construct a
RectListManager from another
RectListManager (data is copied). |
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.