|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.jadraw.Diagram
public class Diagram
Main static methods to build objects for Feynman diagrams.
Constructor Summary | |
---|---|
Diagram()
|
Method Summary | |
---|---|
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,
java.lang.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(java.lang.String text,
float xxin,
float yyin)
Get a text object |
static JaTextBox |
TextBox(java.lang.String[] text,
float xxin,
float yyin)
A multiline boxed text object |
static JaTextBox |
TextBox(java.lang.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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Diagram()
Method Detail |
---|
public static JaBox Box(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaBlob Blob(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaObject Vertex(int vertexType, float xxin, float yyin)
vertexType
- 0 A vertex type 1 object (a dot). xxin
- coordinate in NDCyyin
- coordinate in NDC
public static JaZigZagLine ZigZagLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaText Text(java.lang.String text, float xxin, float yyin)
xxin
- coordinate in NDCyyin
- coordinate in NDC
public static JaTextBox TextBox(java.lang.String text, float xxin, float yyin)
text
- input stringxxin
- coordinate in NDCyyin
- coordinate in NDC
public static JaTextBox TextBox(java.lang.String[] text, float xxin, float yyin)
text
- input stringsxxin
- coordinate in NDCyyin
- coordinate in NDC
public static JaKey Key(int keytype, java.lang.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 NDC
public static JaPLine PLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public 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 NDC
public static JaGlLine GlLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public 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 NDC
public static JaFLine FLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaFLoop FLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public 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 NDC
public static JaSLoop SLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaSArc SArc(float x1, float y1, float x2, float y2, float x3, float y3)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaGLine GLine(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaGLoop GLoop(float xin, float yin)
xin
- coordinate in NDCyin
- coordinate in NDC
public static JaGArc GArc(float x1, float y1, float x2, float y2, float x3, float y3)
xin
- coordinate in NDCyin
- coordinate in NDC
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |