http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.model.PointIndexIterator

Packages that use PointIndexIterator
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.view Document appearance. 
 

Uses of PointIndexIterator in jpicedt.graphic.model
 

Classes in jpicedt.graphic.model that implement PointIndexIterator
 class DefaultPointIndexIterator
          Default implementation of the PointIndexIterator interface, which simply iterates in ascending order over all control points.
 class PicGroup.GroupPointIterator
          An iterator over PicPoint's that can serve as anchors for grid alignment.
 

Methods in jpicedt.graphic.model that return PointIndexIterator
 PointIndexIterator AbstractElement.anchorPointsIterator()
          Create an Iterator over points that can serve as anchor points for grid alignment.
 PointIndexIterator Element.anchorPointsIterator()
          Return an Iterator over user-controlled point indexes that can serve as anchor points for grid alignment.
 PointIndexIterator PicGroup.anchorPointsIterator()
           
 

Uses of PointIndexIterator in jpicedt.graphic.view
 

Fields in jpicedt.graphic.view declared as PointIndexIterator
protected  PointIndexIterator DefaultHighlighterFactory.DefaultHighlighter.pointIndexIterator
          iterator over visible control-points
 

Methods in jpicedt.graphic.view that return PointIndexIterator
protected  PointIndexIterator DefaultHighlighterFactory.DefaultHighlighter.getControlPointsIterator()
          Returns an iterator over control-points that should be displayed by the hightligher.
protected  PointIndexIterator DefaultHighlighterFactory.CircleHighlighter.getControlPointsIterator()
          Returns an iterator over control-points that should be displayed by the hightligher.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org