public class MODrawRules
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AREA1
Anchor Points: This graphic requires at least three anchor points to
define the boundary of the area.
|
static int |
AREA2
Anchor Points: This graphic requires at least three anchor points to
define the boundary of the area.
|
static int |
DONOTDRAW
Usually an entry in the MilStd that is just a category containing other symbols
and not something that gets drawn itself.
|
static int |
LINE1
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
LINE2
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
LINE3
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
LINE4
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
LINE5
Anchor Points: This graphic requires at least three anchor points to
define the boundary of the area.
|
static int |
LINE6
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
LINE7
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
LINE8
Anchor Points: This graphic requires at least two anchor points,
points 1 and 2, to define the line.
|
static int |
POINT1
Anchor Points: This graphic requires one anchor point.
|
static int |
POINT2
Anchor Points: This graphic requires one anchor point.
|
static int |
POINT3
Anchor Points: This graphic requires one anchor point.
|
static int |
POINT4
Anchor Points: This graphic requires one anchor point.
|
static int |
POINT5
Anchor Points: This graphic requires a minimum of two anchor points.
|
static int |
POINT6
Anchor Points: This graphic requires one anchor point.
|
static int |
POINT7
Anchor Points: This graphic requires one anchor point.
|
static int |
POINT8
Anchor Points: This graphic requires one anchor point.
|
| Constructor and Description |
|---|
MODrawRules() |
public static final int DONOTDRAW
public static final int AREA1
public static final int AREA2
public static final int POINT1
public static final int POINT2
public static final int POINT3
public static final int POINT4
public static final int POINT5
public static final int POINT6
public static final int POINT7
public static final int POINT8
public static final int LINE1
public static final int LINE2
public static final int LINE3
public static final int LINE4
public static final int LINE5
public static final int LINE6
public static final int LINE7
public static final int LINE8