Package JavaTacticalRenderer
Class clsChannelUtility
java.lang.Object
JavaTacticalRenderer.clsChannelUtility
A class to process channel types.
- Author:
- Michael Deutch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDrawChannel(ArrayList<POINT2> pixels, int linetype, TGLight tg, ArrayList<Shape2> shapes, ArrayList<POINT2> channelPoints, int rev) 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, int rev) 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-rev- Mil-Standard-2525 revision
-
GetPartitions2
utility for clsMETOC to handle double-backed segments- Parameters:
tg- the tactical graphic object
-