|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.util.FormulaPainter
public class FormulaPainter extends java.lang.Object
Paints formula as an image
| Constructor and Description |
|---|
FormulaPainter()
|
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
getImage(java.lang.String formulaText,
double rotationAngle,
java.awt.Color color,
int fontSize)
Gets image of the specified formula |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormulaPainter()
| Method Detail |
|---|
public static java.awt.image.BufferedImage getImage(java.lang.String formulaText,
double rotationAngle,
java.awt.Color color,
int fontSize)
formulaText - formula textrotationAngle - rotation angle in radianscolor - color of the formulafontSize - font size
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||