001/*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005
006package armyc2.c5isr.JavaTacticalRenderer;
007
008/**
009 * Class used by channels for dtermining segments. Segments are used by
010 * clsChannelUtility to handle double-backed segments so that the lines
011 * will not go off the display area.
012 *
013 */
014public class P1 {
015    public int start;
016    public int end_Renamed;
017}