Uses of Interface
jpicedt.graphic.model.PointIndexIterator
-
Packages that use PointIndexIterator Package Description 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 Modifier and Type Class Description classDefaultPointIndexIteratorDefault implementation of the PointIndexIterator interface, which simply iterates in ascending order over all control points.classPicGroup.GroupPointIteratorAn iterator over PicPoint's that can serve as anchors for grid alignment.Methods in jpicedt.graphic.model that return PointIndexIterator Modifier and Type Method Description PointIndexIteratorAbstractElement. anchorPointsIterator()Create an Iterator over points that can serve as anchor points for grid alignment.PointIndexIteratorElement. anchorPointsIterator()Return an Iterator over user-controlled point indexes that can serve as anchor points for grid alignment.PointIndexIteratorPicGroup. anchorPointsIterator() -
Uses of PointIndexIterator in jpicedt.graphic.view
Fields in jpicedt.graphic.view declared as PointIndexIterator Modifier and Type Field Description protected PointIndexIteratorDefaultHighlighterFactory.DefaultHighlighter. pointIndexIteratoriterator over visible control-pointsMethods in jpicedt.graphic.view that return PointIndexIterator Modifier and Type Method Description protected PointIndexIteratorDefaultHighlighterFactory.CircleHighlighter. getControlPointsIterator()Returns an iterator over control-points that should be displayed by the hightligher.protected PointIndexIteratorDefaultHighlighterFactory.DefaultHighlighter. getControlPointsIterator()Returns an iterator over control-points that should be displayed by the hightligher.
-