Class CELineArray

java.lang.Object
armyc2.c5isr.JavaLineArray.CELineArray

public final class CELineArray extends Object
A class for the interface between the points calculation CELineArray and the tactical renderer.
  • Constructor Details

  • Method Details

    • CGetLineCountDouble

      public static int CGetLineCountDouble(TGLight tg, double[] plArrayOfLongs, int lElements, int ChannelWidth)
      public function to return the line count required for all of the symbols
      Parameters:
      plArrayOfLongs - the client points as an array of POINT2 in pixels.
      lElements - the number of client points.
      ChannelWidth - the chanel width in pixels
      Returns:
      the number of points which will be required for the symbol.
    • CIsChannel

      public static int CIsChannel(int lineType)
      Return true is the line type is a channel type
      Parameters:
      lineType - line type
      Returns:
    • setClient

      public static void setClient(String value)
    • getClient

      public static String getClient()