Class ConverterPlugin.DocumentWithDimension

java.lang.Object
net.sourceforge.jeuclid.converter.ConverterPlugin.DocumentWithDimension
Enclosing interface:
ConverterPlugin

public static class ConverterPlugin.DocumentWithDimension extends Object
Internal class describing an XML document and the dimensions of its default view.
  • Constructor Details

    • DocumentWithDimension

      public DocumentWithDimension(Document doc, Dimension dim, float bline)
  • Method Details

    • getDocument

      public Document getDocument()
      Returns:
      the document resulting from this conversion, a suptype of Document (e.g. SVGDocument) if possible.
    • getDimension

      public Dimension getDimension()
      Returns:
      The dimensions from this conversion
    • getBaseline

      public float getBaseline()
      Returns:
      the position of the baseline in pixels from the bottom.