|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.graphics.DoublePolylineListBuilder
public class DoublePolylineListBuilder
Builds an ordered list of DoublePolyline objects, with handy methods for constructing them from segments or from individual points. One major use is the result of clipping a regular Polyline.
| Constructor Summary | |
|---|---|
DoublePolylineListBuilder()
|
|
| Method Summary | |
|---|---|
void |
addSegment(DoubleLine segment)
Adds a new segment. |
java.util.ArrayList |
getList()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoublePolylineListBuilder()
| Method Detail |
|---|
public void addSegment(DoubleLine segment)
public java.util.ArrayList getList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||