@armyc2.c5isr.renderer/mil-sym-ts-web 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/C5Ren.d.ts +15 -1
- package/C5Ren.js +1 -1
- package/C5Ren.js.map +1 -1
- package/package.json +1 -1
- package/armyc2.c5isr.renderer-mil-sym-ts-web-2.2.2.tgz +0 -0
package/C5Ren.d.ts
CHANGED
|
@@ -2394,6 +2394,21 @@ export declare class DrawRules {
|
|
|
2394
2394
|
* Used by: 2525D,Dch1,E,Ech1
|
|
2395
2395
|
*/
|
|
2396
2396
|
static readonly AREA26: number;
|
|
2397
|
+
/**
|
|
2398
|
+
* Anchor Points: This symbol requires three anchor points. Point 1 defines
|
|
2399
|
+
* the tip of the arrowhead. Point 2 defines the end of the straight-line
|
|
2400
|
+
* portion of the symbol. Point 3 defines the diameter and orientation of
|
|
2401
|
+
* the 180 degree circular arc.
|
|
2402
|
+
*
|
|
2403
|
+
* Size/Shape: Points 1 and 2 determine the length of the straight-line
|
|
2404
|
+
* portion of the symbol. Point 3 defines which side of the line the arc
|
|
2405
|
+
* is on and the diameter of the arc
|
|
2406
|
+
*
|
|
2407
|
+
* Orientation: Determined by the anchor points.
|
|
2408
|
+
*
|
|
2409
|
+
* Used by: Ech1
|
|
2410
|
+
*/
|
|
2411
|
+
static readonly AREA27: number;
|
|
2397
2412
|
/**
|
|
2398
2413
|
* Anchor Points: This symbol requires one anchor point. The anchor point
|
|
2399
2414
|
* defines/is the tip of the inverted cone.
|
|
@@ -6112,7 +6127,6 @@ declare class Modifier2 {
|
|
|
6112
6127
|
* @param shapes the shape array
|
|
6113
6128
|
*/
|
|
6114
6129
|
static GetIntegralTextShapes(tg: TGLight, g2d: Graphics2D, shapes: Array<Shape2>): void;
|
|
6115
|
-
private static switchDirection;
|
|
6116
6130
|
/**
|
|
6117
6131
|
* Displays the modifiers to a Graphics2D from a BufferedImage
|
|
6118
6132
|
*
|