Package armyc2.c5isr.RenderMultipoints
Class clsRenderer2
java.lang.Object
armyc2.c5isr.RenderMultipoints.clsRenderer2
Rendering helper class
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static voidgetAutoshapeFillShape(TGLight tg, ArrayList<Shape2> shapes) Isolate and others require special handling for the fill shapes.GetLineArray(TGLight tg, IPointConversion converter, boolean isTextFlipped, Object clipBounds)  
- 
Constructor Details
- 
clsRenderer2
public clsRenderer2() 
 - 
 - 
Method Details
- 
GetLineArray
public static ArrayList<Shape2> GetLineArray(TGLight tg, IPointConversion converter, boolean isTextFlipped, Object clipBounds) - Parameters:
 tg-converter- client converterisTextFlipped-- Returns:
 
 - 
getAutoshapeFillShape
Isolate and others require special handling for the fill shapes.- Parameters:
 tg-shapes- the existing shapes which characterize the graphic
 
 -