Package armyc2.c5isr.JavaLineArray
Class CELineArray
java.lang.Object
armyc2.c5isr.JavaLineArray.CELineArray
A class for the interface between the points calculation CELineArray and
the tactical renderer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
CGetLineCountDouble
(TGLight tg, double[] plArrayOfLongs, int lElements, int ChannelWidth) public function to return the line count required for all of the symbolsstatic int
CIsChannel
(int lineType) Return true is the line type is a channel typestatic String
static void
-
Constructor Details
-
CELineArray
public CELineArray()
-
-
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
Return true is the line type is a channel type- Parameters:
lineType
- line type- Returns:
-
setClient
-
getClient
-