|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GVTLineMetrics | |
|---|---|
| org.apache.batik.gvt.flow | |
| org.apache.batik.gvt.font | |
| Uses of GVTLineMetrics in org.apache.batik.gvt.flow |
|---|
| Methods in org.apache.batik.gvt.flow with parameters of type GVTLineMetrics | |
|---|---|
void |
WordInfo.addLineMetrics(GVTFont font,
GVTLineMetrics lm)
|
| Uses of GVTLineMetrics in org.apache.batik.gvt.font |
|---|
| Methods in org.apache.batik.gvt.font that return GVTLineMetrics | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||