|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagString | |
---|---|
org.freehep.graphics2d | Base classes for VectorGraphics, useful to implement different output formats. |
Uses of TagString in org.freehep.graphics2d |
---|
Methods in org.freehep.graphics2d with parameters of type TagString | |
---|---|
java.awt.font.TextLayout |
GenericTagHandler.createTextLayout(TagString s,
double superscriptCorrection)
calculates the string bounds using the current font of GenericTagHandler.graphics . |
void |
AbstractVectorGraphics.drawString(TagString str,
double x,
double y)
|
abstract void |
VectorGraphics.drawString(TagString str,
double x,
double y)
|
void |
AbstractVectorGraphics.drawString(TagString str,
double x,
double y,
int horizontal,
int vertical)
|
abstract void |
VectorGraphics.drawString(TagString str,
double x,
double y,
int horizontal,
int vertical)
|
void |
AbstractVectorGraphics.drawString(TagString str,
double x,
double y,
int horizontal,
int vertical,
boolean framed,
java.awt.Color frameColor,
double frameWidth,
boolean banner,
java.awt.Color bannerColor)
Draws the tagged string parsed by a TagHandler and adds a
border specified by the parameters |
abstract void |
VectorGraphics.drawString(TagString str,
double x,
double y,
int horizontal,
int vertical,
boolean framed,
java.awt.Color frameColor,
double frameWidth,
boolean banner,
java.awt.Color bannerColor)
Draws a TagString with a lot of parameters. |
java.lang.String |
TagHandler.parse(TagString string)
parses string and calls methods for every tag and every not recognized entity The characters < and > have to be written as < and > while the & is written as & The following three methods are called: defaultEntity(entity) for & < > " ' entity(entity) for all other entities openTag(tag) for all |
void |
GenericTagHandler.print(TagString s,
double x,
double y,
double superscriptCorrection)
prints the tagged string at x:y |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |