Class PatternFillRenderer

java.lang.Object
armyc2.c5isr.renderer.PatternFillRenderer

public class PatternFillRenderer extends Object
Created by michael.spinelli on 8/23/2017.
  • Constructor Details

  • Method Details

    • MakeHatchPatternFill

      public static Bitmap MakeHatchPatternFill(int hatchStyle, int spacing, int strokeWidth, Color color)
      Parameters:
      hatchStyle - Direction of hatch lines - constants from clsUtility
      spacing - horizontal spacing between lines
      strokeWidth - width of lines
      color - Color of lines
      Returns:
      bitmap with one tile of hatch fill
    • MakeMetocPatternFill

      public static Bitmap MakeMetocPatternFill(TGLight tg)