Class clsChannelUtility

java.lang.Object
armyc2.c5isr.JavaTacticalRenderer.clsChannelUtility

public final class clsChannelUtility extends Object
A class to process channel types.
  • Constructor Details

  • Method Details

    • DrawChannel

      public static void DrawChannel(ArrayList<POINT2> pixels, int linetype, TGLight tg, ArrayList<Shape2> shapes, ArrayList<POINT2> channelPoints, Rectangle2D clipBounds, IPointConversion converter)
      The main interface to clsChannelUtility calls DrawChannel2 after stuffing the points into an array of 2-tuples x,y
      Parameters:
      pixels - the client points
      linetype - the line type
      tg - the tactical graphic
      shapes -
      channelPoints -
    • GetPartitions2

      public static ArrayList<P1> GetPartitions2(TGLight tg)
      utility for clsMETOC to handle double-backed segments
      Parameters:
      tg - the tactical graphic object