/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package armyc2.c2sd.JavaTacticalRenderer;
/**
* Class used by channels for dtermining segments. Segments are used by
* clsChannelUtility to handle double-backed segments so that the lines
* will not go off the display area.
*
* @author Michael Deutch
*/
public class P1 {
public int start;
public int end_Renamed;
}