| Package | Description |
|---|---|
| org.apache.batik.ext.awt.geom |
Contains extensions to the
java.awt.geom package. |
| org.apache.batik.gvt.renderer |
| Modifier and Type | Method | 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 | 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 | Description |
|---|---|
RectListManager(RectListManager rlm) |
Construct a
RectListManager from another
RectListManager (data is copied). |
| Modifier and Type | Field | Description |
|---|---|---|
protected RectListManager |
MacRenderer.damagedAreas |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DynamicRenderer.repaint(RectListManager devRLM) |
Repaints the associated GVT tree under the list of
areas. |
void |
MacRenderer.repaint(RectListManager devRLM) |
Repaints the associated GVT tree under the list of
areas. |
void |
Renderer.repaint(RectListManager areas) |
Repaints the associated GVT tree at least in areas under the
list of
areas. |
void |
StaticRenderer.repaint(RectListManager areas) |
Repaints the associated GVT tree under the list of
areas. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.