public class SceneGraphRenderer.Hatching extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DIAGONAL_BOTH
diagonal both
|
static int |
DIAGONAL1
diagonal patter 1
|
static int |
DIAGONAL2
diagonal pattern 2
|
static int |
HORIZONTAL
horizontal pattern
|
static int |
NUM_PATTERNS
number of patterns
|
static int |
SQUARE
square pattern
|
static int |
VERTICAL
vertical pattern
|
| Constructor and Description |
|---|
Hatching() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
getPattern(int pattern)
Get the pattern as an image
|
public static final int NUM_PATTERNS
public static final int DIAGONAL1
public static final int DIAGONAL2
public static final int DIAGONAL_BOTH
public static final int HORIZONTAL
public static final int VERTICAL
public static final int SQUARE
public BufferedImage getPattern(int pattern)
pattern - the patternCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.