Class SVGTextInfo

java.lang.Object
sec.web.renderer.utilities.SVGTextInfo

public class SVGTextInfo extends Object
  • Field Details

    • _text

      protected String _text
    • _font

      protected String _font
    • _fontName

      protected String _fontName
    • _fontSize

      protected int _fontSize
    • _fontStyle

      protected String _fontStyle
    • _location

      protected Point2D _location
    • _bounds

      protected Rectangle2D _bounds
  • Constructor Details

    • SVGTextInfo

      public SVGTextInfo(String text, Point2D position, Font font, String justification, double angle)
  • Method Details