|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GVTLineMetrics | |
|---|---|
| org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
| org.apache.batik.gvt.font | |
| org.apache.batik.gvt.text | |
| Uses of GVTLineMetrics in org.apache.batik.bridge |
|---|
| Methods in org.apache.batik.bridge that return GVTLineMetrics | |
|---|---|
GVTLineMetrics |
SVGGVTFont.getLineMetrics(char[] chars,
int beginIndex,
int limit,
FontRenderContext frc)
Returns the line metrics for the specified text. |
GVTLineMetrics |
SVGGVTFont.getLineMetrics(CharacterIterator ci,
int beginIndex,
int limit,
FontRenderContext frc)
Returns the line metrics for the specified text. |
protected GVTLineMetrics |
SVGGVTFont.getLineMetrics(int beginIndex,
int limit)
|
GVTLineMetrics |
SVGGVTFont.getLineMetrics(String str,
FontRenderContext frc)
Returns the line metrics for the specified text. |
GVTLineMetrics |
SVGGVTFont.getLineMetrics(String str,
int beginIndex,
int limit,
FontRenderContext frc)
Returns the line metrics for the specified text. |
| 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. |
| Uses of GVTLineMetrics in org.apache.batik.gvt.text |
|---|
| Methods in org.apache.batik.gvt.text that return GVTLineMetrics | |
|---|---|
GVTLineMetrics |
TextSpanLayout.getLineMetrics()
Returns the Line metrics for this text span. |
GVTLineMetrics |
GlyphLayout.getLineMetrics()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||