public class SegmentList extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SegmentList.SplitResults
read-only helper class to represent a split-result.
|
Constructor and Description |
---|
SegmentList() |
SegmentList(Shape s) |
Modifier and Type | Method and Description |
---|---|
void |
add(Segment s) |
Rectangle2D |
getBounds2D() |
Iterator |
iterator() |
int |
size() |
SegmentList.SplitResults |
split(double y) |
public SegmentList()
public SegmentList(Shape s)
public Rectangle2D getBounds2D()
public void add(Segment s)
public Iterator iterator()
public int size()
public SegmentList.SplitResults split(double y)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.