Uses of Class
org.freehep.graphics2d.TagString

Packages that use TagString
org.freehep.graphics2d Base classes for VectorGraphics, useful to implement different output formats. 
org.freehep.graphicsio I/O for different graphics in and output formats. 
org.freehep.graphicsio.java   
org.freehep.graphicsio.pdf PDF (Portable Document File) Output Format. 
org.freehep.graphicsio.ps PS, EPS (PostScript and Encapsulated PostScript) Output Format. 
 

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 endTag(tag) for all text(text) for all text The startTag, endTag and text methods returns a string which is added to the fully parsed string.
 void GenericTagHandler.print(TagString s, double x, double y, double superscriptCorrection)
          prints the tagged string at x:y
 

Uses of TagString in org.freehep.graphicsio
 

Methods in org.freehep.graphicsio with parameters of type TagString
 void MultiPageDocument.setFooter(java.awt.Font font, TagString left, TagString center, TagString right, int underlineThickness)
          Set the footline of all pages.
 void MultiPageDocument.setHeader(java.awt.Font font, TagString left, TagString center, TagString right, int underlineThickness)
          Set the headline of all pages.
 

Uses of TagString in org.freehep.graphicsio.java
 

Methods in org.freehep.graphicsio.java with parameters of type TagString
 void JAVAGraphics2D.drawString(TagString str, double x, double y)
           
 void JAVAGraphics2D.drawString(TagString str, double x, double y, int horizontal, int vertical)
           
 void JAVAGraphics2D.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)
           
 

Uses of TagString in org.freehep.graphicsio.pdf
 

Methods in org.freehep.graphicsio.pdf with parameters of type TagString
 void PDFGraphics2D.setFooter(java.awt.Font font, TagString left, TagString center, TagString right, int underlineThickness)
           
 void PDFGraphics2D.setHeader(java.awt.Font font, TagString left, TagString center, TagString right, int underlineThickness)
           
 

Uses of TagString in org.freehep.graphicsio.ps
 

Methods in org.freehep.graphicsio.ps with parameters of type TagString
 void PSGraphics2D.setFooter(java.awt.Font font, TagString left, TagString center, TagString right, int underlineThickness)
           
 void PSGraphics2D.setHeader(java.awt.Font font, TagString left, TagString center, TagString right, int underlineThickness)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.