| Package | Description |
|---|---|
| org.apache.batik.gvt.flow | |
| org.apache.batik.gvt.font |
| Modifier and Type | Method and Description |
|---|---|
void |
WordInfo.addLineMetrics(GVTFont font,
GVTLineMetrics lm) |
| Modifier and Type | Method and Description |
|---|---|
GVTLineMetrics |
GVTFont.getLineMetrics(char[] chars,
int beginIndex,
int limit,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.
|
GVTLineMetrics |
AWTGVTFont.getLineMetrics(char[] chars,
int beginIndex,
int limit,
FontRenderContext frc)
Returns a LineMetrics object created with the specified arguments.
|
GVTLineMetrics |
GVTFont.getLineMetrics(CharacterIterator ci,
int beginIndex,
int limit,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.
|
GVTLineMetrics |
AWTGVTFont.getLineMetrics(CharacterIterator ci,
int beginIndex,
int limit,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.
|
GVTLineMetrics |
GVTFont.getLineMetrics(String str,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified String and
FontRenderContext.
|
GVTLineMetrics |
AWTGVTFont.getLineMetrics(String str,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified String and
FontRenderContext.
|
GVTLineMetrics |
GVTFont.getLineMetrics(String str,
int beginIndex,
int limit,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.
|
GVTLineMetrics |
AWTGVTFont.getLineMetrics(String str,
int beginIndex,
int limit,
FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.