Package | Description |
---|---|
eu.bandm.tools.graficUtils |
Utility functions for drawing and coordinate calculation.
|
Modifier and Type | Method and Description |
---|---|
static Draw.Align |
Draw.Align.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Draw.Align[] |
Draw.Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Draw.drawText(Graphics2D gr,
Point2D p1,
Point2D p2,
Point2D p3,
String text,
Draw.Align hori,
Draw.Align vert)
Draws a multitude of text lines in an arbitrary angle.
|
static void |
Draw.drawText(Graphics2D gr,
Point2D p1,
Point2D p2,
String text,
Draw.Align hori,
Draw.Align vert)
Draws a multitude of text lines in a orthogonal area.
|
see also the complete user documentation .