private static class WindImage.WindTick
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.awt.Stroke |
stroke
Line thickness.
|
private int |
x1
Tick inner x-axis component.
|
private int |
x2
Tick inner y-axis component.
|
private int |
y1
Tick outer x-axis component.
|
private int |
y2
Tick outer y-axis component.
|
Modifier | Constructor and Description |
---|---|
private |
WindImage.WindTick(int inner,
int outer,
int weight,
double direction)
Constructs a new instance of wind tick.
|
private int x1
private int x2
private int y1
private int y2
private java.awt.Stroke stroke
private WindImage.WindTick(int inner, int outer, int weight, double direction)
inner
- radius.outer
- radius.weight
- line thickness.direction
- in degrees.