|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointIndexIterator | |
---|---|
jpicedt.graphic.model | Document structure and graphic primitives. |
jpicedt.graphic.view.highlighter | Aspect visuel de la mise en vedette. |
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 |
PicGroup.anchorPointsIterator()
|
PointIndexIterator |
Element.anchorPointsIterator()
Return an Iterator over user-controlled point indexes that can for instance serve as anchor points for grid alignment. |
PointIndexIterator |
AbstractElement.anchorPointsIterator()
Create an Iterator over points that can serve as anchor points for grid alignment. |
Uses of PointIndexIterator in jpicedt.graphic.view.highlighter |
---|
Fields in jpicedt.graphic.view.highlighter declared as PointIndexIterator | |
---|---|
protected PointIndexIterator |
DefaultHighlighter.pointIndexIterator
iterator over visible control-points |
Methods in jpicedt.graphic.view.highlighter that return PointIndexIterator | |
---|---|
PointIndexIterator |
DefaultHighlighter.getControlPointsIterator()
Returns an iterator over control-points that should be displayed by the hightligher. |
PointIndexIterator |
CircleHighlighter.getControlPointsIterator()
Returns an iterator over control-points that should be displayed by the hightligher. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |