|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.ext.awt.geom.SegmentList
public class SegmentList
A class representing a list of path segments.
| Nested Class Summary | |
|---|---|
static class |
SegmentList.SplitResults
read-only helper class to represent a split-result. |
| Constructor Summary | |
|---|---|
SegmentList()
|
|
SegmentList(java.awt.Shape s)
|
|
| Method Summary | |
|---|---|
void |
add(Segment s)
|
java.awt.geom.Rectangle2D |
getBounds2D()
|
java.util.Iterator |
iterator()
|
int |
size()
|
SegmentList.SplitResults |
split(double y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SegmentList()
public SegmentList(java.awt.Shape s)
| Method Detail |
|---|
public java.awt.geom.Rectangle2D getBounds2D()
public void add(Segment s)
public java.util.Iterator iterator()
public int size()
public SegmentList.SplitResults split(double y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||