Package signalprocesser.shared
Class TextToolkit
java.lang.Object
signalprocesser.shared.TextToolkit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeFromLeft
(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) static void
writeFromLeftCentered
(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) static void
writeFromRight
(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) static void
writeFromTop
(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) static void
writeFromTop
(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds, int height)
-
Constructor Details
-
TextToolkit
public TextToolkit()
-
-
Method Details
-
writeFromTop
public static void writeFromTop(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) -
writeFromTop
public static void writeFromTop(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds, int height) -
writeFromLeftCentered
public static void writeFromLeftCentered(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) -
writeFromLeft
public static void writeFromLeft(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds) -
writeFromRight
public static void writeFromRight(Graphics2D graphic, Font font, Color color, String text, Rectangle textbounds)
-