Package armyc2.c5isr.renderer
Class PatternFillRenderer
java.lang.Object
armyc2.c5isr.renderer.PatternFillRenderer
Created by michael.spinelli on 8/23/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BitmapMakeHatchPatternFill(int hatchStyle, int spacing, int strokeWidth, Color color) static Bitmap
-
Constructor Details
-
PatternFillRenderer
public PatternFillRenderer()
-
-
Method Details
-
MakeHatchPatternFill
public static Bitmap MakeHatchPatternFill(int hatchStyle, int spacing, int strokeWidth, Color color) - Parameters:
hatchStyle- Direction of hatch lines - constants from clsUtilityspacing- horizontal spacing between linesstrokeWidth- width of linescolor- Color of lines- Returns:
- bitmap with one tile of hatch fill
-
MakeMetocPatternFill
-