Uses of Enum Class
eu.bandm.tools.graficUtils.Draw.Align
Package
Description
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
-
Uses of Draw.Align in eu.bandm.tools.graficUtils
Modifier and TypeMethodDescriptionstatic Draw.Align
Returns the enum constant of this class with the specified name.static Draw.Align[]
Draw.Align.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic 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.