net.refractions.udig.tools.edit.support |
|
Java Source File Name | Type | Comment |
AbstractPathIterator.java | Class | |
AbstractShapeIterator.java | Class | PathIterator for a simple primitive shape. |
ClosestEdge.java | Class | |
ControlPointPathIterator.java | Class | Draws all the Control handles for a
EditGeom . |
CoordResolvingList.java | Class | A list that will wraps a List and resolves the LazyCoords into coordinate when
requested. |
CurrentEditGeomPathIterator.java | Class | |
EditBlackboard.java | Class | Maps between each pixel to a list of coordinates. |
EditBlackboardAdapter.java | Class | The typical adapter that has empty methods for all events that can occur. |
EditBlackboardEvent.java | Class | Event detailing a change in the blackboard. |
EditBlackboardListener.java | Interface | Listens to a blackboard for events such as geometries being added or set and coordinates being moved, deleted,
added, etc... |
EditGeom.java | Class | Models a geometry as required by the PixelCoordMap. |
EditGeomPathIterator.java | Class | Wraps a
net.refractions.udig.tools.edit.support.EditGeom so that it can be drawn to a
Graphics2d object. |
EditGeomPointIterator.java | Class | |
EditGeomSelection.java | Class | A selection that IS a EditGeom. |
EditUtils.java | Class | Methods for determining spatial relationships between points. |
GeometryCreationUtil.java | Class | Some helper methods for creating geometries. |
IsBusyStateProvider.java | Class | |
LazyCoord.java | Class | Wraps a Coordinate and calculates its position only requested. |
PathAdapter.java | Class | Provides a single interface for interacting with swt Path objects and awt GeneralPath Objects. |
PathToPathIteratorAdapter.java | Class | Wraps a Path and allows it to be traversed like a PathIterator. |
Point.java | Class | A point implementation. |
PointCoordCalculator.java | Class | |
PrimitiveShape.java | Class | Represents the simplest shape. |
PrimitiveShapeIterator.java | Class | PathIterator that wraps a primitive shape. |
Selection.java | Class | A set of points that are on the EditBlackboard. |
ShapeType.java | enum | Enumerates the different types of Geometry types that a EditGeom can be. |
SnapBehaviour.java | enum | Indicates the different ways that snapping can behave. |