public class Diagram extends Object
Constructor and Description |
---|
Diagram() |
Modifier and Type | Method and Description |
---|---|
static JaBlob |
Blob(float xin,
float yin)
Get a blob object
|
static JaBox |
Box(float xin,
float yin)
Get a box object
|
static JaFArc |
FArc(float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
static JaFLine |
FLine(float xin,
float yin)
Get a fermion line
|
static JaFLoop |
FLoop(float xin,
float yin)
Get a fermion loop object
|
static JaGArc |
GArc(float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
Get a g-line object
|
static JaGlArc |
GlArc(float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
static JaGLine |
GLine(float xin,
float yin)
A g-line for ghost particles.
|
static JaGlLine |
GlLine(float xin,
float yin)
Get a gluon line object
|
static JaGlLoop |
GlLoop(float xin,
float yin)
Get a gluon loop object
|
static JaGLoop |
GLoop(float xin,
float yin)
Get a g-loop object
|
static JaKey |
Key(int keytype,
String text,
float xxin,
float yyin)
Get a text with key symbol
|
static JaPArc |
PArc(float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
static JaPLine |
PLine(float xin,
float yin)
Get a photon line object
|
static JaPLoop |
PLoop(float xin,
float yin)
Get a photon loop object
|
static JaSArc |
SArc(float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
A s-line for scalar particles.
|
static JaSLine |
SLine(float xin,
float yin)
A s-line object for scalar particles.
|
static JaSLoop |
SLoop(float xin,
float yin)
A s-loop for scalar particles.
|
static JaText |
Text(String text,
float xxin,
float yyin)
Get a text object
|
static JaTextBox |
TextBox(String[] text,
float xxin,
float yyin)
A multiline boxed text object
|
static JaTextBox |
TextBox(String text,
float xxin,
float yyin)
A boxed text object
|
static JaObject |
Vertex(int vertexType,
float xxin,
float yyin)
Get a vertex object
|
static JaZigZagLine |
ZigZagLine(float xin,
float yin)
Get a zig zag object
|
public static JaBox Box(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaBlob Blob(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaObject Vertex(int vertexType, float xxin, float yyin)
vertexType
- 0 A vertex type 1 object (a dot). xxin
- coordinate in NDCyyin
- coordinate in NDCpublic static JaZigZagLine ZigZagLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaText Text(String text, float xxin, float yyin)
xxin
- coordinate in NDCyyin
- coordinate in NDCpublic static JaTextBox TextBox(String text, float xxin, float yyin)
text
- input stringxxin
- coordinate in NDCyyin
- coordinate in NDCpublic static JaTextBox TextBox(String[] text, float xxin, float yyin)
text
- input stringsxxin
- coordinate in NDCyyin
- coordinate in NDCpublic static JaKey Key(int keytype, String text, float xxin, float yyin)
keytype
- key type (1-12 and 20 (line), 21 (box), 22 (filled box)text
- textxxin
- coordinate in NDCyyin
- coordinate in NDCpublic static JaPLine PLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaPArc PArc(float x1, float y1, float x2, float y2, float x3, float y3)
public static JaPLoop PLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaGlLine GlLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaGlArc GlArc(float x1, float y1, float x2, float y2, float x3, float y3)
public static JaGlLoop GlLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaFLine FLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaFLoop FLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaFArc FArc(float x1, float y1, float x2, float y2, float x3, float y3)
public static JaSLine SLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaSLoop SLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaSArc SArc(float x1, float y1, float x2, float y2, float x3, float y3)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaGLine GLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaGLoop GLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDCpublic static JaGArc GArc(float x1, float y1, float x2, float y2, float x3, float y3)
xin
- coordinate in NDCyin
- coordinate in NDCjHepWork 3.8 ©