Class clsChannelUtility
java.lang.Object
armyc2.c5isr.JavaTacticalRenderer.clsChannelUtility
A class to process channel types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDrawChannel(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,yutility for clsMETOC to handle double-backed segments
-
Constructor Details
-
clsChannelUtility
public clsChannelUtility()
-
-
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 pointslinetype- the line typetg- the tactical graphicshapes-channelPoints-
-
GetPartitions2
utility for clsMETOC to handle double-backed segments- Parameters:
tg- the tactical graphic object
-