Package | Description |
---|---|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.view |
Document appearance.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Field and Description |
---|---|
protected PointIndexIterator |
DefaultHighlighterFactory.DefaultHighlighter.pointIndexIterator
iterator over visible control-points
|
Modifier and Type | Method and Description |
---|---|
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.
|
Submit a bug : syd@jpicedt.org