public class TextPlotter
extends java.lang.Object
| Constructor | Description |
|---|---|
TextPlotter() |
|
TextPlotter(java.lang.String text) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
calibrate(java.awt.Graphics2D g) |
|
protected float |
detectContentsFirstLine(java.awt.Graphics2D g,
double singleLineHeight,
int lineNo) |
|
protected void |
drawConnectionPoint(java.awt.Graphics2D g,
int connectX,
int connectY) |
|
protected void |
paintContents(java.awt.Graphics2D g,
int connectX,
int connectY) |
public TextPlotter(java.lang.String text)
public TextPlotter()
protected void paintContents(java.awt.Graphics2D g,
int connectX,
int connectY)
protected void drawConnectionPoint(java.awt.Graphics2D g,
int connectX,
int connectY)
protected float detectContentsFirstLine(java.awt.Graphics2D g,
double singleLineHeight,
int lineNo)
public void calibrate(java.awt.Graphics2D g)
Copyright © 2019 SMYLD. All rights reserved.