y.geom
Class BorderLine.Segment

java.lang.Object
  extended by y.geom.BorderLine.Segment
Enclosing class:
BorderLine

public static class BorderLine.Segment
extends Object

The handle of a segment of a borderline.

 
Your browser does not support SVG content.

Method Summary
 BorderLine.Segment next()
          Returns the next segment or null if there is no such segment.
 BorderLine.Segment prev()
          Returns the previous segment or null if there is no such segment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

prev

public final BorderLine.Segment prev()
Returns the previous segment or null if there is no such segment.


next

public final BorderLine.Segment next()
Returns the next segment or null if there is no such segment.


© Copyright 2000-2008,
yWorks GmbH.
All rights reserved.