|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.bom.SceneGraphRenderer.Hatching
public class SceneGraphRenderer.Hatching
Provide a set of simple hatching patterns
Field Summary | |
---|---|
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 Summary | |
---|---|
SceneGraphRenderer.Hatching()
|
Method Summary | |
---|---|
BufferedImage |
getPattern(int pattern)
Get the pattern as an image |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public SceneGraphRenderer.Hatching()
Method Detail |
---|
public BufferedImage getPattern(int pattern)
pattern
- the pattern
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |