Uses of Class
net.kolls.railworld.edit.SegmentEditPoint

Packages that use SegmentEditPoint
net.kolls.railworld Provides for basic status and operation of quantities needed for both play and editing. 
net.kolls.railworld.segment Rail segments available. 
 

Uses of SegmentEditPoint in net.kolls.railworld
 

Methods in net.kolls.railworld that return SegmentEditPoint
protected abstract  SegmentEditPoint RailSegment.createSEP(int ptIdx, RailSegment attach)
          Given a point index in the pts array and possibly a railsegment to attach, return a segmenteditpoint if such attachment is possible.
 SegmentEditPoint RailSegment.nearEditPoint(java.awt.geom.Point2D loc, RailSegment attach)
          Given a point, find out if it is near one of our edit handles (z=5).
 

Uses of SegmentEditPoint in net.kolls.railworld.segment
 

Subclasses of SegmentEditPoint in net.kolls.railworld.segment
 class Curve.CSEP
          Edit point for setting up cubic curves
 class TrackSegment.TSEP
          Track segment edit point.
 

Methods in net.kolls.railworld.segment that return SegmentEditPoint
 SegmentEditPoint TrackSegment.createSEP(int ptIdx, RailSegment anchor)
           
 SegmentEditPoint Switch.createSEP(int ptIdx, RailSegment anchor)
           
 SegmentEditPoint Signal.createSEP(int ptIdx, RailSegment attach)
           
 SegmentEditPoint Label.createSEP(int ptIdx, RailSegment attach)
           
 SegmentEditPoint FourWay.createSEP(int ptIdx, RailSegment anchor)
           
 SegmentEditPoint EESegment.createSEP(int ptIdx, RailSegment anchor)
           
protected  SegmentEditPoint Curve.createSEP(int ptIdx, RailSegment attach)