public class SegmentList
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SegmentList.SplitResults |
read-only helper class to represent a split-result.
|
| Constructor | Description |
|---|---|
SegmentList() |
|
SegmentList(java.awt.Shape s) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(Segment s) |
|
java.awt.geom.Rectangle2D |
getBounds2D() |
|
java.util.Iterator |
iterator() |
|
int |
size() |
|
SegmentList.SplitResults |
split(double y) |
public SegmentList()
public SegmentList(java.awt.Shape s)
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)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.