org.apache.batik.ext.awt.geom
Class SegmentList.SplitResults

java.lang.Object
  extended byorg.apache.batik.ext.awt.geom.SegmentList.SplitResults
Enclosing class:
SegmentList

public static class SegmentList.SplitResults
extends Object


Constructor Summary
SegmentList.SplitResults(SegmentList above, SegmentList below)
           
 
Method Summary
 SegmentList getAbove()
           
 SegmentList getBelow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentList.SplitResults

public SegmentList.SplitResults(SegmentList above,
                                SegmentList below)
Method Detail

getAbove

public SegmentList getAbove()

getBelow

public SegmentList getBelow()


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.